]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Tweak debug output.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 3 Jul 2005 20:22:39 +0000 (20:22 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 3 Jul 2005 20:22:39 +0000 (20:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4103

coregrind/m_main.c

index 3691f4fe227435dbe1602a5123de47c212dde5ff..3fe68b752f5ad0534adeba42b9eb8c146f984b6c 100644 (file)
@@ -139,6 +139,7 @@ static void print_all_stats ( void )
       VG_(message)(Vg_DebugMsg, 
          "------ Valgrind's internal memory use stats follow ------" );
       VG_(sanity_check_malloc_all)();
+      VG_(message)(Vg_DebugMsg, "------" );
       VG_(print_all_arena_stats)();
       VG_(message)(Vg_DebugMsg, "");
    }