aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol2/layer.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/protocol2/layer.py')
-rw-r--r--libmproxy/protocol2/layer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/protocol2/layer.py b/libmproxy/protocol2/layer.py
index c1648a62..31b74552 100644
--- a/libmproxy/protocol2/layer.py
+++ b/libmproxy/protocol2/layer.py
@@ -64,6 +64,7 @@ class Layer(_LayerCodeCompletion):
"""
super(Layer, self).__init__()
self.ctx = ctx
+ print("%s -> %s" % (repr(ctx), repr(self)))
def __call__(self):
"""