mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-29 19:51:35 -04:00
Updated logging
This commit is contained in:
parent
7221becd35
commit
06de7f4a3d
3 changed files with 5 additions and 2 deletions
|
@ -188,6 +188,7 @@ class LocalClientInterface(Interface):
|
|||
except Exception as e:
|
||||
RNS.log("Exception occurred while transmitting via "+str(self)+", tearing down interface", RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.trace_exception(e)
|
||||
self.teardown()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue