summaryrefslogtreecommitdiff
path: root/tools/merge_fetch.py
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-11-10 16:31:54 +0100
committerLinus Nordberg <linus@nordu.net>2015-11-10 16:31:54 +0100
commit3b1b80855704812d8f76fb3a258b52cee0d56720 (patch)
tree6f9279cde3d1ece0ffa462cab888d844fe64d263 /tools/merge_fetch.py
parent274ea1a70ebe79800b2a3dc594363727ea306287 (diff)
Print the string "timing" and the name of the program in merge timing info.
Diffstat (limited to 'tools/merge_fetch.py')
-rwxr-xr-xtools/merge_fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py
index 0bfc2fd..9d0963b 100755
--- a/tools/merge_fetch.py
+++ b/tools/merge_fetch.py
@@ -87,7 +87,7 @@ def merge_fetch(_args, config, localconfig):
verifycert.communicate(struct.pack("I", 0))
if args.timing:
- print >>sys.stderr, timing["deltatimes"]
+ print >>sys.stderr, "timing: merge_fetch:", timing["deltatimes"]
sys.stderr.flush()
tree_size = len(logorder)