mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 20:59:22 -05:00
fix logline
This commit is contained in:
parent
54f8616d2c
commit
11bfc2af1c
@ -1701,7 +1701,7 @@ class SyncHandler(object):
|
|||||||
if batch.limited:
|
if batch.limited:
|
||||||
user_id = sync_result_builder.sync_config.user.to_string()
|
user_id = sync_result_builder.sync_config.user.to_string()
|
||||||
logger.info(
|
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,
|
room_id,
|
||||||
user_id,
|
user_id,
|
||||||
len(state),
|
len(state),
|
||||||
|
Loading…
Reference in New Issue
Block a user