diff options
author | James E. Blair <corvus@gnu.org> | 2019-09-21 15:52:51 -0700 |
---|---|---|
committer | James E. Blair <corvus@gnu.org> | 2019-09-21 15:52:51 -0700 |
commit | 0eb942456239b2708a7b3b9fb628b0d0a4f89e5d (patch) | |
tree | 97fcec57d7447545f21dfe91f4eaa1e403ede0dc /email_assistant/assistant.py | |
parent | 3177ba26421b730bdf475fc2e991eef9ab9ef067 (diff) |
Diffstat (limited to 'email_assistant/assistant.py')
-rw-r--r-- | email_assistant/assistant.py | 1 |
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: |