mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Add debug info when failed to expire msg.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user