forked from MirrorHub/synapse
parent
59ca73006c
commit
d4fac8a3e2
2 changed files with 2 additions and 1 deletions
1
changelog.d/14347.bugfix
Normal file
1
changelog.d/14347.bugfix
Normal file
|
@ -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 a new issue