forked from MirrorHub/synapse
Rephrase log line
This commit is contained in:
parent
22716774d5
commit
d3ded420b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue