From aefb30ea60255166a4d6b3da8e669a4e89485f6e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 12 Mar 2014 22:13:00 +0100 Subject: restrict -e to mitmproxy only (not mitmdump) --- libmproxy/script.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libmproxy/script.py') diff --git a/libmproxy/script.py b/libmproxy/script.py index 9638fdec..bafa8ba9 100644 --- a/libmproxy/script.py +++ b/libmproxy/script.py @@ -15,9 +15,10 @@ class ScriptContext: Logs an event. How this is handled depends on the front-end. mitmdump will display - events if the eventlog flag ("-e") was passed. mitmproxy sends - output to the eventlog for display ("v" keyboard shortcut). + events if the v flag ("-e") was passed. mitmproxy sends + output to the eventlog for display ("e" keyboard shortcut). """ + #FIXME refactor_loglevel self._master.add_event(*args, **kwargs) def duplicate_flow(self, f): -- cgit v1.2.3