mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +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"
|
self.transactions[transaction_id]["res"] = "F\n"
|
||||||
except KeyError:
|
except KeyError:
|
||||||
logging.error(
|
logging.error(
|
||||||
f"clearing transaction failed: {transaction_id} {self.transactions}"
|
f"could not mark tx as failed: {transaction_id} {self.transactions}"
|
||||||
)
|
)
|
||||||
raise
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user