Added LOG_PATHING loglevel

This commit is contained in:
Mark Qvist
2026-07-18 15:07:06 +02:00
parent 3a36c367fe
commit b95c51b96e
5 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ class Interface:
elif self.bitrate > 62_500: self.HW_MTU = 1024
else: self.HW_MTU = None
RNS.log(f"{self} hardware MTU set to {self.HW_MTU}", RNS.LOG_DEBUG)
RNS.log(f"{self} hardware MTU set to {self.HW_MTU}", RNS.LOG_PATHING)
def age(self):
return time.time()-self.created