summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-12 16:45:42 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-12 16:45:42 +0100
commit11bfc2af1cfdff08775160ea0c91c51326f1f665 (patch)
tree5ca142f0a54282860cbb0d97c9f05150bb70a9e5 /synapse
parentMerge pull request #3841 from matrix-org/erikj/manhole_key_length (diff)
downloadsynapse-11bfc2af1cfdff08775160ea0c91c51326f1f665.tar.xz
fix logline
Diffstat (limited to 'synapse')
-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 23983a51ab..34729e7f8c 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -1701,7 +1701,7 @@ class SyncHandler(object):
             if batch.limited:
                 user_id = sync_result_builder.sync_config.user.to_string()
                 logger.info(
-                    "Incremental syncing room %s for user %s with %d state events" % (
+                    "Incremental gappy sync of room %s for user %s with %d state events" % (
                         room_id,
                         user_id,
                         len(state),