mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
parent
59ca73006c
commit
d4fac8a3e2
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
|
||||
|
||||
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…
Reference in New Issue
Block a user