autopilot: sets 'unable to connect' message to warn

This commit is contained in:
Michael Schmoock
2022-02-21 15:12:38 +01:00
parent e1c063b293
commit 00ebb60a1b

View File

@@ -54,7 +54,7 @@ class CLightning_autopilot(Autopilot):
# FIXME: better strategy than sleep(2) for building up
time.sleep(2)
except RpcError as e:
plugin.log(f"Unable to connect to node: {nodeid} {str(e)}", 'error')
plugin.log(f"Unable to connect to node: {nodeid} {str(e)}", 'warn')
def __download_graph(self):
"""