Move "connecting..." messages to the debug mode
So that the --verbose option does only one thing.
This commit is contained in:
parent
b7b1198be7
commit
6f5ef30293
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user