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

1.103.0-whithout-watcha
David Robertson 2 years ago committed by GitHub
parent 59ca73006c
commit d4fac8a3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/14347.bugfix
  2. 2
      synapse/federation/federation_client.py

@ -0,0 +1 @@
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):
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,

Loading…
Cancel
Save