From 67addf943b8b982b12e7567930179f72f15ec403 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 5 Mar 2015 11:28:57 +0000 Subject: [PATCH] Make printing of transtab: debug-log messages slightly prettier. No functional change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14981 --- coregrind/m_transtab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coregrind/m_transtab.c b/coregrind/m_transtab.c index ec36c433f6..b3f319a347 100644 --- a/coregrind/m_transtab.c +++ b/coregrind/m_transtab.c @@ -1425,7 +1425,7 @@ static void initialiseSector ( Int sno ) /* Sector has been used before. Dump the old contents. */ VG_(debugLog)(1,"transtab", "recycle sector %d\n", sno); if (VG_(clo_stats)) - VG_(dmsg)("transtab: " "recycle sector %d\n", sno); + VG_(dmsg)("transtab: " "recycle sector %d\n", sno); vg_assert(sec->tt != NULL); vg_assert(sec->tc_next != NULL); @@ -1574,7 +1574,7 @@ void VG_(add_to_transtab)( const VexGuestExtents* vge, y, tt_loading_pct, tc_loading_pct); if (VG_(clo_stats)) { VG_(dmsg)("transtab: " - "declare sector %d full " + "declare sector %d full " "(TT loading %2d%%, TC loading %2d%%)\n", y, tt_loading_pct, tc_loading_pct); } -- 2.47.3