Skip to content
Snippets Groups Projects
Commit bc4b2ecf authored by Travis Ralston's avatar Travis Ralston
Browse files

Fix logging for room stats background update

parent 8c41c04e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment