parent
59ca73006c
commit
d4fac8a3e2
|
@ -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
|
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,
|
||||||
|
|
Loading…
Reference in New Issue