mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-04 19:45:19 -05:00
Fix logging
This commit is contained in:
parent
38df10b99e
commit
789251afa7
@ -86,7 +86,10 @@ class FederationBase(object):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
logger.warn("Failed to find copy of %s with valid signature")
|
logger.warn(
|
||||||
|
"Failed to find copy of %s with valid signature",
|
||||||
|
pdu.event_id,
|
||||||
|
)
|
||||||
|
|
||||||
yield defer.gatherResults(
|
yield defer.gatherResults(
|
||||||
[do(pdu) for pdu in pdus],
|
[do(pdu) for pdu in pdus],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user