mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-29 09:49:53 +00:00
Change from exception to warn
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user