mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
add log line for checking verifying signatures
This commit is contained in:
parent
5356044b77
commit
3187b5ba2d
@ -38,6 +38,7 @@ class Keyring(object):
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def verify_json_for_server(self, server_name, json_object):
|
||||
logger.debug("Verifying for %s", server_name)
|
||||
key_ids = signature_ids(json_object, server_name)
|
||||
if not key_ids:
|
||||
raise SynapseError(
|
||||
|
Loading…
Reference in New Issue
Block a user