diff options
Diffstat (limited to 'libmproxy/dump.py')
-rw-r--r-- | libmproxy/dump.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmproxy/dump.py b/libmproxy/dump.py index 36f54608..ea4ac0b3 100644 --- a/libmproxy/dump.py +++ b/libmproxy/dump.py @@ -144,6 +144,10 @@ class DumpMaster(flow.FlowMaster): if self.eventlog: print >> self.outfile, e + def handle_log(self, l): + self.add_event(l.msg) + l._ack() + def handle_request(self, r): f = flow.FlowMaster.handle_request(self, r) if f: |