From 7ded4613429a353c93e48f99457335758e3e5cae Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 14 Jan 2016 14:30:08 -0800 Subject: [PATCH] show-usage: give more room for "rendezvous-lonely" --- src/wormhole/servers/cmd_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),