diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-20 16:39:08 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-20 16:39:08 +0000 |
commit | c26843c3bba98b28f91588c1ed13ad3ed8af90ef (patch) | |
tree | 77a915c8ad080d77a828e865ef1170d01c16a49c | |
parent | Change things around (diff) | |
download | synapse-c26843c3bba98b28f91588c1ed13ad3ed8af90ef.tar.xz |
Bleh logbugfix
-rw-r--r-- | synapse/storage/databases/state/store.py | 2 |
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, |