From 0eb942456239b2708a7b3b9fb628b0d0a4f89e5d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 21 Sep 2019 15:52:51 -0700 Subject: Update United parsing --- email_assistant/assistant.py | 1 + 1 file changed, 1 insertion(+) (limited to 'email_assistant/assistant.py') diff --git a/email_assistant/assistant.py b/email_assistant/assistant.py index d39b016..e6bfc66 100644 --- a/email_assistant/assistant.py +++ b/email_assistant/assistant.py @@ -198,6 +198,7 @@ class Assistant: try: for p in self.plugins: if p.match(msg): + self.log.debug("Matched %s", p.name) events = p.get_events(msg) break except Exception: -- cgit v1.2.3