From 1a732ac1c11d4c9a875ee4b2d7dab356d5c95e9c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 9 May 2026 12:35:39 +0200 Subject: [PATCH] Adjusted logging --- RNS/Transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 6e528499..c1547d3e 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -2931,7 +2931,7 @@ class Transport: received_from = Transport.path_table[destination_hash][IDX_PT_RVCD_IF] if packet == None: - RNS.log("Could not retrieve announce packet from cache while answering path request for "+RNS.prettyhexrep(destination_hash), RNS.LOG_ERROR) + RNS.log("Could not retrieve announce packet from cache while answering path request for "+RNS.prettyhexrep(destination_hash), RNS.LOG_WARNING) elif attached_interface.mode == RNS.Interfaces.Interface.Interface.MODE_ROAMING and attached_interface == received_from: RNS.log("Not answering path request on roaming-mode interface, since next hop is on same roaming-mode interface", RNS.LOG_DEBUG) if RNS.sl(RNS.LOG_DEBUG) else None