0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-27 23:18:18 +02:00

Rephrase log line

This commit is contained in:
Erik Johnston 2015-06-02 14:39:15 +01:00
parent 22716774d5
commit d3ded420b1

View file

@ -118,7 +118,7 @@ class FederationBase(object):
)
except SynapseError:
logger.warn(
"Signature check failed for %s, redacting",
"Signature check failed for %s",
pdu.event_id,
)
raise