From 68bfcf59477275db784ff4bc588d47622b750afe Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 6 Sep 2012 11:43:06 -0700 Subject: [PATCH] snapshot-interface: debug prints: lengthen the "regionname" field --- snapshot-interface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot-interface.cc b/snapshot-interface.cc index 072c1f9..d93e5c2 100644 --- a/snapshot-interface.cc +++ b/snapshot-interface.cc @@ -93,7 +93,7 @@ static void SnapshotGlobalSegments(){ size_t len = ((uintptr_t)end - (uintptr_t)begin) / PAGESIZE; if (len != 0) addMemoryRegionToSnapShot(begin, len); - DEBUG("%45s: %18p - %18p\t%c%c%c%c\n", regionname, begin, end, r, w, x, p); + DEBUG("%55s: %18p - %18p\t%c%c%c%c\n", regionname, begin, end, r, w, x, p); } } fclose(map); -- 2.34.1