Move "connecting..." messages to the debug mode

So that the --verbose option does only one thing.
This commit is contained in:
Přemysl Eric Janouch 2020-09-05 03:49:32 +02:00
parent b7b1198be7
commit 6f5ef30293
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

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