summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2016-12-09 17:27:45 +0000
committerGitHub <noreply@github.com>2016-12-09 17:27:45 +0000
commitb541fac7c391aebd02e45f2b221619191941de34 (patch)
tree59e8f19b6c4e94a01bfb02b7fe9a4c5503949bd8 /synapse/handlers/sync.py
parentFix broken README merge (diff)
parentFix unit tests (diff)
downloadsynapse-b541fac7c391aebd02e45f2b221619191941de34.tar.xz
Merge pull request #1683 from matrix-org/erikj/notifier_sadness
Fix rare notifier bug where listeners dont timeout
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index a86996689c..b62773dcbe 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -510,6 +510,7 @@ class SyncHandler(object):
         Returns:
             Deferred(SyncResult)
         """
+        logger.info("Calculating sync response for %r", sync_config.user)
 
         # NB: The now_token gets changed by some of the generate_sync_* methods,
         # this is due to some of the underlying streams not supporting the ability