summaryrefslogtreecommitdiff
path: root/email_assistant/assistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'email_assistant/assistant.py')
-rw-r--r--email_assistant/assistant.py1
1 files changed, 1 insertions, 0 deletions
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:
198 try: 198 try:
199 for p in self.plugins: 199 for p in self.plugins:
200 if p.match(msg): 200 if p.match(msg):
201 self.log.debug("Matched %s", p.name)
201 events = p.get_events(msg) 202 events = p.get_events(msg)
202 break 203 break
203 except Exception: 204 except Exception: