From: Nicholas Nethercote Date: Sun, 3 Jul 2005 20:22:39 +0000 (+0000) Subject: Tweak debug output. X-Git-Tag: svn/VALGRIND_3_0_0~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41f28519b786f389aad327c24957be429dec73d;p=thirdparty%2Fvalgrind.git Tweak debug output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4103 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 3691f4fe22..3fe68b752f 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -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, ""); }