Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d4fac8a

Browse files
author
David Robertson
authored
Fix typo in #13320 which could cause log spam (#14347)
1 parent 59ca730 commit d4fac8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14347.bugfix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a bug introduced in Synapse 1.64.0rc1 which could cause log spam when fetching events from other homeservers.

synapse/federation/federation_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ async def get_pdu(
465465
pdu_attempts[destination] = now
466466

467467
logger.info(
468-
"get_pdu(event_id=): Failed to get PDU from %s because %s",
468+
"get_pdu(event_id=%s): Failed to get PDU from %s because %s",
469469
event_id,
470470
destination,
471471
e,

0 commit comments

Comments
 (0)