Update log line to lie a little less

This commit is contained in:
Erik Johnston 2019-10-31 15:45:48 +00:00
parent 61be1a2926
commit fb1a6914cf

View File

@ -1509,7 +1509,7 @@ class EventsStore(
[(room_id, event_id) for event_id, in new_backwards_extrems], [(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 # 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 # deleted. We then go and check if they are referenced by other events