From 00ebb60a1bd3607618ff619f86161928738772b5 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Mon, 21 Feb 2022 15:12:38 +0100 Subject: [PATCH] autopilot: sets 'unable to connect' message to warn --- autopilot/autopilot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopilot/autopilot.py b/autopilot/autopilot.py index 5bec9bd..f169798 100755 --- a/autopilot/autopilot.py +++ b/autopilot/autopilot.py @@ -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): """