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

Commit

Permalink
Fix typo in #13320 which could cause log spam (#14347)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 1, 2022
1 parent 59ca730 commit d4fac8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/14347.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug introduced in Synapse 1.64.0rc1 which could cause log spam when fetching events from other homeservers.
2 changes: 1 addition & 1 deletion synapse/federation/federation_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ async def get_pdu(
pdu_attempts[destination] = now

logger.info(
"get_pdu(event_id=): Failed to get PDU from %s because %s",
"get_pdu(event_id=%s): Failed to get PDU from %s because %s",
event_id,
destination,
e,
Expand Down

0 comments on commit d4fac8a

Please sign in to comment.