From b5ff8a5d4a5190511fbd463137d4186905143f1f Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 Mar 2015 15:24:34 -0700 Subject: [PATCH] format inbound-hint better --- src/wormhole/blocking/transit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/blocking/transit.py b/src/wormhole/blocking/transit.py index f9eb31a..a8329ca 100644 --- a/src/wormhole/blocking/transit.py +++ b/src/wormhole/blocking/transit.py @@ -180,7 +180,7 @@ class MyTCPServer(SocketServer.TCPServer): allow_reuse_address = True def process_request(self, request, client_address): - description = "<-%s" % (client_address,) + description = "<-tcp:%s:%d" % (client_address[0], client_address[1]) kc = self.owner._have_transit_key kc.acquire() while not self.owner._transit_key: