Skip to content
Snippets Groups Projects
Commit 789251af authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix logging

parent 38df10b9
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment