mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-26 01:28:10 -07:00
Adjusted gravity update loglevel
This commit is contained in:
+1
-1
@@ -1841,7 +1841,7 @@ class Transport:
|
|||||||
else:
|
else:
|
||||||
if announce_gravity <= current_gravity: should_add = False
|
if announce_gravity <= current_gravity: should_add = False
|
||||||
else:
|
else:
|
||||||
RNS.log(f"Replacing path table entry for {RNS.prettyhexrep(packet.destination_hash)} with new announce due to higher gravity ({current_gravity}->{announce_gravity})", RNS.LOG_DEBUG) if RNS.sl(RNS.LOG_DEBUG) else None
|
RNS.log(f"Replacing path table entry for {RNS.prettyhexrep(packet.destination_hash)} with new announce due to higher gravity ({current_gravity}->{announce_gravity})", RNS.LOG_PATHING) if RNS.sl(RNS.LOG_PATHING) else None
|
||||||
should_add = True
|
should_add = True
|
||||||
else:
|
else:
|
||||||
# If an announce arrives with a larger hop
|
# If an announce arrives with a larger hop
|
||||||
|
|||||||
Reference in New Issue
Block a user