Skip to content
Snippets Groups Projects
Commit e19f794f authored by Erik Johnston's avatar Erik Johnston
Browse files

Change from exception to warn

parent d5ff9eff
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class _NotificationListener(object):
try:
notifier.clock.cancel_call_later(self.timer)
except:
logger.exception("Failed to cancel notifier timer")
logger.warn("Failed to cancel notifier timer")
class Notifier(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment