From 712e5860aa278caada30e8ff9cec3a32df13c59b Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 3 Sep 2014 12:24:14 +0200 Subject: ui: display * instead of 0.0.0.0 for the bound address --- libmproxy/protocol/tcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmproxy/protocol/tcp.py') diff --git a/libmproxy/protocol/tcp.py b/libmproxy/protocol/tcp.py index 8411ba6c..57a48ab9 100644 --- a/libmproxy/protocol/tcp.py +++ b/libmproxy/protocol/tcp.py @@ -66,5 +66,5 @@ class TCPHandler(ProtocolHandler): # self.c.log("%s %s\r\n%s" % (direction, dst_str, cleanBin(buf.tobytes())), "debug") dst.connection.send(buf[:size]) except socket.error as e: - self.c.log("TCP connection closed unexpectedly.", "debug", [repr(e)]) + self.c.log("TCP connection closed unexpectedly.", "debug") return \ No newline at end of file -- cgit v1.2.3