0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 20:13:50 +01:00

Fix logging

This commit is contained in:
Erik Johnston 2015-02-12 19:29:43 +00:00
parent 38df10b99e
commit 789251afa7

View file

@ -86,7 +86,10 @@ class FederationBase(object):
except:
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(
[do(pdu) for pdu in pdus],