diff --git a/src/wormhole/servers/cmd_usage.py b/src/wormhole/servers/cmd_usage.py index 463e9ba..5b983d2 100644 --- a/src/wormhole/servers/cmd_usage.py +++ b/src/wormhole/servers/cmd_usage.py @@ -44,7 +44,7 @@ def print_event(event): followthrough = None if waiting_time and total_time: followthrough = total_time - waiting_time - print(" %16s: total=%7s wait=%7s ft=%7s size=%s (%s)" % + print("%17s: total=%7s wait=%7s ft=%7s size=%s (%s)" % ("%s-%s" % (event_type, result), abbrev(total_time), abbrev(waiting_time),