Add debug info when failed to expire msg.

This commit is contained in:
tecnovert 2024-02-12 11:36:14 +02:00
parent b55042bf07
commit 4e7a6e994d
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

View file

@ -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}