removed obsolete check to verbose

This commit is contained in:
yrutschle 2021-10-02 21:23:17 +02:00
parent 0e118a109c
commit 7b0d486d3d

View File

@ -99,7 +99,6 @@ void start_shoveler(int in_socket)
} else { } else {
/* Timed out: it's necessarily SSH */ /* Timed out: it's necessarily SSH */
cnx.proto = timeout_protocol(); cnx.proto = timeout_protocol();
if (cfg.verbose)
print_message(msg_fd, "timed out, connect to %s\n", cnx.proto->name); print_message(msg_fd, "timed out, connect to %s\n", cnx.proto->name);
break; break;
} }