Updated logging

This commit is contained in:
Mark Qvist 2025-01-21 23:22:39 +01:00
parent 7221becd35
commit 06de7f4a3d
3 changed files with 5 additions and 2 deletions

View file

@ -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()