clearer logging when things fail, too

This commit is contained in:
Richard van der Hoff 2018-09-06 23:56:47 +01:00
parent 806964b5de
commit cd7ef43872
2 changed files with 28 additions and 7 deletions

View file

@ -134,6 +134,7 @@ class KeyStore(SQLBaseStore):
"""
key_id = "%s:%s" % (verify_key.alg, verify_key.version)
# XXX fix this to not need a lock (#3819)
def _txn(txn):
self._simple_upsert_txn(
txn,