summaryrefslogtreecommitdiff
path: root/src/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssh.c')
-rw-r--r--src/ssh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ssh.c b/src/ssh.c
index 5862a30..67909d3 100644
--- a/src/ssh.c
+++ b/src/ssh.c
@@ -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;