1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-12 15:41:16 +03:00

SSH_LOG: Adjust log level from SSH_LOG_WARNING to SSH_LOG_PROTOCOL

Fixes T149

Signed-off-by: David Wedderwille <davidwe@posteo.de>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
David Wedderwille
2019-05-26 22:27:40 +02:00
committed by Andreas Schneider
parent 1f43b52117
commit 32eec7b418
4 changed files with 11 additions and 11 deletions

View File

@@ -336,7 +336,7 @@ static void ssh_server_connection_callback(ssh_session session){
goto error;
}
set_status(session, 0.4f);
SSH_LOG(SSH_LOG_RARE,
SSH_LOG(SSH_LOG_PROTOCOL,
"SSH client banner: %s", session->clientbanner);
/* Here we analyze the different protocols the server allows. */