0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-05 07:59:04 +02:00

Fix logging for room stats background update

This commit is contained in:
Travis Ralston 2019-05-25 12:02:48 -06:00
parent 8c41c04ee4
commit bc4b2ecf70

View file

@ -169,7 +169,7 @@ class StatsStore(StateDeltasStore):
logger.info(
"Processing the next %d rooms of %d remaining",
(len(rooms_to_work_on), progress["remaining"]),
len(rooms_to_work_on), progress["remaining"],
)
# Number of state events we've processed by going through each room