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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/8442.bugfix Normal file
View file

@ -0,0 +1 @@
Fix malformed log line in new federation "catch up" logic.

View file

@ -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(