summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-06-09 14:56:45 +0200
committerGitHub <noreply@github.com>2023-06-09 14:56:45 +0200
commita90a189ee3ee274d5e79b1810c49d52c40c399b3 (patch)
tree4fea91759b73f189b4792d48a6adbdae1d955fb3 /synapse
parentApply suggestions from code review (diff)
downloadsynapse-a90a189ee3ee274d5e79b1810c49d52c40c399b3.tar.xz
Update synapse/handlers/pagination.py
Co-authored-by: Eric Eastwood <erice@element.io>
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/pagination.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/pagination.py b/synapse/handlers/pagination.py
index 64792ff15a..0a885a981e 100644
--- a/synapse/handlers/pagination.py
+++ b/synapse/handlers/pagination.py
@@ -450,7 +450,7 @@ class PaginationHandler:
             force: set true to skip checking for joined users.
             shutdown_response: optional response coming from the shutdown phase
         """
-        logger.info("starting purge room_id %s", room_id)
+        logger.info("starting purge room_id=%s force=%s", room_id, force)
 
         async with self.pagination_lock.write(room_id):
             # first check that we have no users in this room