summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-12-20 16:39:08 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-12-20 16:39:08 +0000
commitc26843c3bba98b28f91588c1ed13ad3ed8af90ef (patch)
tree77a915c8ad080d77a828e865ef1170d01c16a49c
parentChange things around (diff)
downloadsynapse-c26843c3bba98b28f91588c1ed13ad3ed8af90ef.tar.xz
Bleh logbugfix
-rw-r--r--synapse/storage/databases/state/store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/state/store.py b/synapse/storage/databases/state/store.py
index 9d613cafe7..265c071272 100644
--- a/synapse/storage/databases/state/store.py
+++ b/synapse/storage/databases/state/store.py
@@ -454,7 +454,7 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore):
 
         log_ticker += 1
         validation_logger.info(
-            "Correct: %r. Effective: %r",
+            "LT=%d. Correct: %r. Effective: %r",
             log_ticker,
             validation_counter,
             effectiveness_counter,