summary refs log tree commit diff
path: root/synapse/handlers/typing.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-07-30 02:02:18 +1000
committerGitHub <noreply@github.com>2019-07-30 02:02:18 +1000
commit97a8b4caf7badb83c941c8afdb7ce237ee19cb7d (patch)
tree8aa4d41a7a389e538632ee444b4878e546e6c5fd /synapse/handlers/typing.py
parentUpdate the device list cache when keys/query is called (#5693) (diff)
downloadsynapse-97a8b4caf7badb83c941c8afdb7ce237ee19cb7d.tar.xz
Move some timeout checking logs to DEBUG #5785
Diffstat (limited to 'synapse/handlers/typing.py')
-rw-r--r--synapse/handlers/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py
index 6b661aa93d..f882330293 100644
--- a/synapse/handlers/typing.py
+++ b/synapse/handlers/typing.py
@@ -83,7 +83,7 @@ class TypingHandler(object):
         self._room_typing = {}
 
     def _handle_timeouts(self):
-        logger.info("Checking for typing timeouts")
+        logger.debug("Checking for typing timeouts")
 
         now = self.clock.time_msec()