snapshot-interface: debug prints: lengthen the "regionname" field
authorBrian Norris <banorris@uci.edu>
Thu, 6 Sep 2012 18:43:06 +0000 (11:43 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 6 Sep 2012 18:43:06 +0000 (11:43 -0700)
snapshot-interface.cc

index 072c1f959ac07c256129248174665a33fb5e7b30..d93e5c20dce3203378c2ea9d4f611bb90580686d 100644 (file)
@@ -93,7 +93,7 @@ static void SnapshotGlobalSegments(){
                        size_t len = ((uintptr_t)end - (uintptr_t)begin) / PAGESIZE;
                        if (len != 0)
                                addMemoryRegionToSnapShot(begin, len);
                        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);
                }
        }
        fclose(map);