From 4e7a6e994d36e977a1f49aa1fec10f9ecb1507f8 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Mon, 12 Feb 2024 11:36:14 +0200 Subject: [PATCH] Add debug info when failed to expire msg. --- basicswap/basicswap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/basicswap/basicswap.py b/basicswap/basicswap.py index 0497003..ec9d35a 100644 --- a/basicswap/basicswap.py +++ b/basicswap/basicswap.py @@ -4317,6 +4317,7 @@ class BasicSwap(BaseApp): except Exception as e: if self.debug: self.log.error(traceback.format_exc()) + self.log.error(f'Failed to process message {msg}') now: int = self.getTime() options = {'encoding': 'none', 'setread': False}