diff --git a/synapse/notifier.py b/synapse/notifier.py index d750a6fcf727046c04d2f708cf756b049c46db9d..ea854482b596310d0bc13e8b9a59203b2316f240 100644 --- a/synapse/notifier.py +++ b/synapse/notifier.py @@ -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):