This commit is contained in:
Mark Qvist 2023-10-22 21:05:47 +02:00
parent 174b021a70
commit f5d1dc6e05
1 changed files with 1 additions and 1 deletions

View File

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