mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 14:22:10 -04:00
remove extraneous exception logging
This commit is contained in:
parent
7ca638c761
commit
fd8fb32bdd
2 changed files with 34 additions and 18 deletions
|
@ -274,7 +274,7 @@ def _check_sigs_on_pdus(keyring, room_version, pdus):
|
|||
"event id %s: unable to verify signature for sender %s: %s",
|
||||
pdu_to_check.pdu.event_id,
|
||||
pdu_to_check.sender_domain,
|
||||
e,
|
||||
e.getErrorMessage(),
|
||||
)
|
||||
return e
|
||||
|
||||
|
@ -305,7 +305,7 @@ def _check_sigs_on_pdus(keyring, room_version, pdus):
|
|||
logger.warning(
|
||||
"event id %s: unable to verify signature for event id domain: %s",
|
||||
pdu_to_check.pdu.event_id,
|
||||
e,
|
||||
e.getErrorMessage(),
|
||||
)
|
||||
return e
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue