aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json-rpc-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c
index 8f1e147..dcd0a5e 100644
--- a/json-rpc-shell.c
+++ b/json-rpc-shell.c
@@ -1683,7 +1683,7 @@ backend_ws_establish_connection (struct ws_context *self,
else
real_host = buf;
- if (self->ctx->verbose)
+ if (g_debug_mode)
{
char *address = format_host_port_pair (real_host, port);
print_status ("connecting to %s...", address);