summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/server.c')
-rw-r--r--libssh/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 066760f..31bae3b 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -186,7 +186,7 @@ int server_set_kex(SSH_SESSION * session) {
if (!(wanted = options->wanted_methods[i]))
wanted = supported_methods[i];
server->methods[i] = strdup(wanted);
- printf("server->methods[%d]=%s\n",i,wanted);
+ //printf("server->methods[%d]=%s\n",i,wanted);
}
return 0;
}