Fix malformed log line in new federation "catch up" logic (#8442)

This commit is contained in:
Richard van der Hoff
2020-10-02 11:05:29 +01:00
committed by GitHub
parent 61aaf36a1c
commit 3bd3707cb9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Fix malformed log line in new federation "catch up" logic.
@@ -490,7 +490,7 @@ class PerDestinationQueue:
)
if logger.isEnabledFor(logging.INFO):
rooms = (p.room_id for p in catchup_pdus)
rooms = [p.room_id for p in catchup_pdus]
logger.info("Catching up rooms to %s: %r", self._destination, rooms)
success = await self._transaction_manager.send_new_transaction(