From f5d1dc6e0540d7ac940af12d15b89ea06c3c79cb Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 22 Oct 2023 21:05:47 +0200 Subject: [PATCH] Cleanup --- sbapp/sideband/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 88b9745..05b2fc9 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -828,7 +828,7 @@ class SidebandCore(): return response except Exception as e: - RNS.log("Error while setting state over RPC: "+str(e), RNS.LOG_ERROR) + RNS.log("Error while setting state over RPC: "+str(e), RNS.LOG_DEBUG) return False def getstate(self, prop, allow_cache=False):