diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-01-05 21:37:44 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-01-05 21:37:50 +0900 |
commit | c18fb6996fb66c0b8fc22684040dc7c3020f6b76 (patch) | |
tree | 08f70af434c7368af555732997d4e9b2c08c98e5 /src/ssh.c | |
parent | e56336286a14e0dbdfcd781e33c84748464b7315 (diff) |
remove unnecessary pr_warn
Diffstat (limited to 'src/ssh.c')
-rw-r--r-- | src/ssh.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |