aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/primitives.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy/primitives.py')
-rw-r--r--libmproxy/proxy/primitives.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmproxy/proxy/primitives.py b/libmproxy/proxy/primitives.py
index f6a02e51..cbf5b2d8 100644
--- a/libmproxy/proxy/primitives.py
+++ b/libmproxy/proxy/primitives.py
@@ -67,5 +67,6 @@ class AddressPriority(object):
class Log:
- def __init__(self, msg):
- self.msg = msg \ No newline at end of file
+ def __init__(self, msg, level):
+ self.msg = msg
+ self.level = level \ No newline at end of file