remove unnecessary pr_warn

This commit is contained in:
Ryo Nakamura
2023-01-05 21:37:44 +09:00
parent e56336286a
commit c18fb6996f

View File

@@ -45,7 +45,6 @@ static int ssh_set_opts(ssh_session ssh, struct ssh_opts *opts)
}
if (opts->hmac) {
pr_warn("%s\n", opts->hmac);
if (ssh_options_set(ssh, SSH_OPTIONS_HMAC_C_S, opts->hmac) < 0) {
pr_err("failed to set hmac for client to server\n");
return -1;