From 1be00a5c415a8b829ae4439049f1ad59a7db8aab Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 20 Apr 2022 10:08:55 +0200 Subject: [PATCH] Improved announce logging --- RNS/Transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 384504a..cd1c838 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -1100,7 +1100,7 @@ class Transport: paths[packet.destination_hash] = destination_table_entry expires = time.time() + Transport.DESTINATION_TIMEOUT tunnel_entry[3] = expires - RNS.log("Path to "+RNS.prettyhexrep(packet.destination_hash)+" associated with tunnel "+RNS.prettyhexrep(packet.receiving_interface.tunnel_id), RNS.LOG_VERBOSE) + RNS.log("Path to "+RNS.prettyhexrep(packet.destination_hash)+" associated with tunnel "+RNS.prettyhexrep(packet.receiving_interface.tunnel_id), RNS.LOG_DEBUG) # Call externally registered callbacks from apps # wanting to know when an announce arrives