aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/http.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-03 12:24:14 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-03 12:24:14 +0200
commit712e5860aa278caada30e8ff9cec3a32df13c59b (patch)
treeca0a38022a11f05a415de748e57af73c0184da67 /libmproxy/protocol/http.py
parent1e4e332ef9040928cb0548097e879d8e9a57f3a2 (diff)
downloadmitmproxy-712e5860aa278caada30e8ff9cec3a32df13c59b.tar.gz
mitmproxy-712e5860aa278caada30e8ff9cec3a32df13c59b.tar.bz2
mitmproxy-712e5860aa278caada30e8ff9cec3a32df13c59b.zip
ui: display * instead of 0.0.0.0 for the bound address
Diffstat (limited to 'libmproxy/protocol/http.py')
-rw-r--r--libmproxy/protocol/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py
index 038fde97..971455f7 100644
--- a/libmproxy/protocol/http.py
+++ b/libmproxy/protocol/http.py
@@ -1068,7 +1068,7 @@ class HTTPHandler(ProtocolHandler):
message += " The client does not trust the proxy's certificate."
if isinstance(error, tcp.NetLibDisconnect):
- self.c.log("TCP connection closed unexpectedly.", "debug", [repr(error)])
+ self.c.log("TCP connection closed unexpectedly.", "debug")
else:
self.c.log("error: %s" % message, level="info")