aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/tcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/protocol/tcp.py')
-rw-r--r--libmproxy/protocol/tcp.py2
1 files changed, 1 insertions, 1 deletions
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