]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make printing of transtab: debug-log messages slightly prettier.
authorJulian Seward <jseward@acm.org>
Thu, 5 Mar 2015 11:28:57 +0000 (11:28 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 5 Mar 2015 11:28:57 +0000 (11:28 +0000)
No functional change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14981

coregrind/m_transtab.c

index ec36c433f6735fef254878b53aa70cdd6df3b8cb..b3f319a347fad43d161480d060e8a3e8624dcca6 100644 (file)
@@ -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);
       }