summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-12 16:54:28 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-12 16:54:28 +0100
commit0403cf07839abc0129ed75e785b10330338caf76 (patch)
tree2323e16b236ff5c7bfc28882383ef522600cbb09
parentcorrectly log gappy sync metrics (diff)
downloadsynapse-0403cf07839abc0129ed75e785b10330338caf76.tar.xz
argh pep8
-rw-r--r--synapse/handlers/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 88ef894d6e..45a1dd5952 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -1701,7 +1701,7 @@ class SyncHandler(object):
             if batch.limited and since_token:
                 user_id = sync_result_builder.sync_config.user.to_string()
                 logger.info(
-                    "Incremental gappy sync of room %s for user %s with %d state events" % (
+                    "Incremental gappy sync of %s for user %s with %d state events" % (
                         room_id,
                         user_id,
                         len(state),