mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Add debug info when failed to expire msg.
This commit is contained in:
parent
b55042bf07
commit
4e7a6e994d
1 changed files with 1 additions and 0 deletions
|
@ -4317,6 +4317,7 @@ class BasicSwap(BaseApp):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if self.debug:
|
if self.debug:
|
||||||
self.log.error(traceback.format_exc())
|
self.log.error(traceback.format_exc())
|
||||||
|
self.log.error(f'Failed to process message {msg}')
|
||||||
|
|
||||||
now: int = self.getTime()
|
now: int = self.getTime()
|
||||||
options = {'encoding': 'none', 'setread': False}
|
options = {'encoding': 'none', 'setread': False}
|
||||||
|
|
Loading…
Reference in a new issue