Skip to content
Snippets Groups Projects
Unverified Commit d4fac8a3 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Fix typo in #13320 which could cause log spam (#14347)

parent 59ca7300
No related branches found
No related tags found
No related merge requests found
Fix a bug introduced in Synapse 1.64.0rc1 which could cause log spam when fetching events from other homeservers.
...@@ -465,7 +465,7 @@ class FederationClient(FederationBase): ...@@ -465,7 +465,7 @@ class FederationClient(FederationBase):
pdu_attempts[destination] = now pdu_attempts[destination] = now
logger.info( 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, event_id,
destination, destination,
e, e,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment