aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/platform/windows.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-05-31 15:20:06 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-05-31 15:20:06 +0200
commitc28cc6fe96becc3dae860f0abca4b00149372743 (patch)
tree06610f96a2ecd2ac13f08caf386aab8b8c088d37 /libmproxy/platform/windows.py
parent06fba18106a8f759ec6f08453e86772a170c653b (diff)
parent07cc7f6f50074393d41d24ed2ed06e62507860c2 (diff)
downloadmitmproxy-c28cc6fe96becc3dae860f0abca4b00149372743.tar.gz
mitmproxy-c28cc6fe96becc3dae860f0abca4b00149372743.tar.bz2
mitmproxy-c28cc6fe96becc3dae860f0abca4b00149372743.zip
Merge pull request #600 from elitest/print-bracket-fix
Print consistency
Diffstat (limited to 'libmproxy/platform/windows.py')
-rw-r--r--libmproxy/platform/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/platform/windows.py b/libmproxy/platform/windows.py
index 5133d056..09a4422f 100644
--- a/libmproxy/platform/windows.py
+++ b/libmproxy/platform/windows.py
@@ -371,7 +371,7 @@ class TransparentProxy(object):
if server:
packet.src_addr, packet.src_port = server
else:
- print "Warning: Previously unseen connection from proxy to %s:%s." % client
+ print("Warning: Previously unseen connection from proxy to %s:%s." % client)
packet = self.driver.update_packet_checksums(packet)
self.response_handle.send((packet.raw, metadata))