fix logline

This commit is contained in:
Matthew Hodgson 2018-09-12 16:45:42 +01:00
parent 54f8616d2c
commit 11bfc2af1c

View File

@ -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),