From fa4dd2229c54eb622058d6f5baf3ded6d3468ddc Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 20 Oct 2013 23:55:48 +0200 Subject: [PATCH] uhhm, missed something... sorry! --- bin/linspector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linspector b/bin/linspector index 35a7193..185de6a 100755 --- a/bin/linspector +++ b/bin/linspector @@ -129,7 +129,7 @@ def main(): try: core["jsonrpc_backend"] except KeyError: - log.debug("JsonrpcBackend not enabled") + log.debug("jsonrpc_backend not set in core") else: if core["jsonrpc_backend"]: jsonrpc = JsonrpcBackend(interface, core)