From 625db2622d8ed15930e14c3dbe9c32b095a21b9f Mon Sep 17 00:00:00 2001 From: jeremy Date: Tue, 3 Sep 2024 17:09:59 -0400 Subject: [PATCH] Pushing changes to branch --- RNS/Interfaces/RNodeInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/RNodeInterface.py b/RNS/Interfaces/RNodeInterface.py index bdfc6bc..b9a71df 100644 --- a/RNS/Interfaces/RNodeInterface.py +++ b/RNS/Interfaces/RNodeInterface.py @@ -622,7 +622,7 @@ class RNodeInterface(Interface): self.r_state = byte if self.r_state: pass - #RNS.log(str(self)+" Radio reporting state is online", RNS.LOG_DEBUG) + RNS.log(str(self)+" Radio reporting state is online", RNS.LOG_DEBUG) else: RNS.log(str(self)+" Radio reporting state is offline", RNS.LOG_DEBUG)