mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 12:34:59 -04:00
Include the room ID in more purge room log lines. (#15222)
This commit is contained in:
parent
f4fc83ac75
commit
88efc75bab
5 changed files with 23 additions and 15 deletions
|
@ -683,7 +683,7 @@ class PaginationHandler:
|
|||
|
||||
await self._storage_controllers.purge_events.purge_room(room_id)
|
||||
|
||||
logger.info("complete")
|
||||
logger.info("purge complete for room_id %s", room_id)
|
||||
self._delete_by_id[delete_id].status = DeleteStatus.STATUS_COMPLETE
|
||||
except Exception:
|
||||
f = Failure()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue