From ffe1beb7ae49620ee4cc984dd2eb1f96b402cf77 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 19 Sep 2023 10:13:04 +0200 Subject: [PATCH] Updated log statement --- RNS/Transport.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 63e5436..2f487ad 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -1806,8 +1806,7 @@ class Transport: file.close() except Exception as e: - RNS.log("Error writing packet to cache", RNS.LOG_ERROR) - RNS.log("The contained exception was: "+str(e)) + RNS.log("Error writing packet to cache. The contained exception was: "+str(e), RNS.LOG_ERROR) @staticmethod def get_cached_packet(packet_hash):