summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/scripts/combinerefs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/combinerefs.py b/Tools/scripts/combinerefs.py
index edd1a86..5a9d0ea 100644
--- a/Tools/scripts/combinerefs.py
+++ b/Tools/scripts/combinerefs.py
@@ -106,7 +106,7 @@ def combine(fname):
assert m
addr, rc, guts = m.groups() # guts is type name here
if addr not in addr2rc:
- print '??? new object created while tearing down:', line
+ print '??? new object created while tearing down:', line.rstrip()
continue
print addr,
if rc == addr2rc[addr]: