diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-12 16:54:28 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-12 16:54:28 +0100 |
commit | 0403cf07839abc0129ed75e785b10330338caf76 (patch) | |
tree | 2323e16b236ff5c7bfc28882383ef522600cbb09 | |
parent | correctly log gappy sync metrics (diff) | |
download | synapse-0403cf07839abc0129ed75e785b10330338caf76.tar.xz |
argh pep8
-rw-r--r-- | synapse/handlers/sync.py | 2 |
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), |