From 1967811d689b16d13b1ad332c06f18640e2450ff Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 7 Apr 2025 17:55:34 +0200 Subject: [PATCH] Error logging --- RNS/Transport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Transport.py b/RNS/Transport.py index 77e2b03..91df11d 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -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