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);