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):