/* 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);
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);
}