summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Debug.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-06-04 16:43:13 (GMT)
committerSteven Knight <knight@baldmt.com>2005-06-04 16:43:13 (GMT)
commit152488af7baaa389f79b66cc6c8e5fbd9cac06fb (patch)
tree72c9af859aaaca0b032d70fa89f09488a1870035 /src/engine/SCons/Debug.py
parent17e82150b6490ae8b9ccad2a1112639faa7c6051 (diff)
downloadSCons-152488af7baaa389f79b66cc6c8e5fbd9cac06fb.zip
SCons-152488af7baaa389f79b66cc6c8e5fbd9cac06fb.tar.gz
SCons-152488af7baaa389f79b66cc6c8e5fbd9cac06fb.tar.bz2
Move BuildInfo translation of signature Nodes to rel_paths into the class itself.
Diffstat (limited to 'src/engine/SCons/Debug.py')
-rw-r--r--src/engine/SCons/Debug.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/SCons/Debug.py b/src/engine/SCons/Debug.py
index 0dbb116..179eb66 100644
--- a/src/engine/SCons/Debug.py
+++ b/src/engine/SCons/Debug.py
@@ -122,6 +122,7 @@ def caller(back=0):
entry[key] = entry[key] + 1
except KeyError:
entry[key] = 1
+ return '%s:%d(%s)' % func_shorten(key)
def dump_caller_counts(file=sys.stdout):
keys = caller_dicts.keys()