mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
autopilot: sets 'unable to connect' message to warn
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user