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,8 +99,7 @@ void start_shoveler(int in_socket)
} else {
/* Timed out: it's necessarily SSH */
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;
}
}