summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2019-05-25 12:02:48 -0600
committerTravis Ralston <travpc@gmail.com>2019-05-25 12:02:48 -0600
commitbc4b2ecf70bc3965cbbf1daee52bf7577e219d7b (patch)
tree0e0f14b48af441e41a5227f149d5709a7e86d92c /synapse
parentMerge pull request #5244 from matrix-org/rav/server_keys/00-factor-out-fetchers (diff)
downloadsynapse-bc4b2ecf70bc3965cbbf1daee52bf7577e219d7b.tar.xz
Fix logging for room stats background update
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py
index 71b80a891d..eb0ced5b5e 100644
--- a/synapse/storage/stats.py
+++ b/synapse/storage/stats.py
@@ -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