mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-24 07:21:07 -04:00
Error logging
This commit is contained in:
parent
0e24a0d8bb
commit
1967811d68
1 changed files with 1 additions and 0 deletions
|
@ -2838,6 +2838,7 @@ class Transport:
|
|||
|
||||
except Exception as e:
|
||||
RNS.log("Could not save path table to storage, the contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.trace_exception(e)
|
||||
|
||||
Transport.saving_path_table = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue