diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-31 15:45:48 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-31 15:45:48 +0000 |
commit | fb1a6914cf953ed237235274a9aab62aafec5b4f (patch) | |
tree | 8c90b9d4995a9fc85cad478d8797d35075adf1f3 /synapse | |
parent | Add state_groups.room_id index (diff) | |
download | synapse-fb1a6914cf953ed237235274a9aab62aafec5b4f.tar.xz |
Update log line to lie a little less
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/data_stores/main/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/main/events.py b/synapse/storage/data_stores/main/events.py index 108b2e8bd5..3a9b6bed45 100644 --- a/synapse/storage/data_stores/main/events.py +++ b/synapse/storage/data_stores/main/events.py @@ -1509,7 +1509,7 @@ class EventsStore( [(room_id, event_id) for event_id, in new_backwards_extrems], ) - logger.info("[purge] finding redundant state groups") + logger.info("[purge] finding state groups referenced by deleted events") # Get all state groups that are referenced by events that are to be # deleted. We then go and check if they are referenced by other events |