diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-12-08 14:15:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 14:15:14 +0000 |
commit | ff7cc17b5706ff3f386b15fda668511c0502ab9c (patch) | |
tree | fb0d97f34f96e406cc7fa8eddfeddf0641d78e5a /synapse | |
parent | Send and handle cross-signing messages using the stable prefix. (#10520) (diff) | |
download | synapse-ff7cc17b5706ff3f386b15fda668511c0502ab9c.tar.xz |
Improve log messages for stream ids (#11536)
Somehow I'd managed to get my database in a pickle with stream ids. These changes were useful to debug.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/databases/main/state_deltas.py | 4 | ||||
-rw-r--r-- | synapse/storage/util/id_generators.py | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/synapse/storage/databases/main/state_deltas.py b/synapse/storage/databases/main/state_deltas.py |