aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/http.py
diff options
context:
space:
mode:
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")