mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
log error when a transaction id is not there
This commit is contained in:
@@ -78,9 +78,8 @@ class MetadataDictProxy(DictProxy):
|
||||
self.transactions[transaction_id]["res"] = "F\n"
|
||||
except KeyError:
|
||||
logging.error(
|
||||
f"clearing transaction failed: {transaction_id} {self.transactions}"
|
||||
f"could not mark tx as failed: {transaction_id} {self.transactions}"
|
||||
)
|
||||
raise
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user