mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
argh pep8
This commit is contained in:
parent
0e200e366d
commit
0403cf0783
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue