1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

server: Fixed logging function name.

This commit is contained in:
Andreas Schneider
2011-02-18 20:57:09 +01:00
parent 5cc2e69d0d
commit ac8276c70e

View File

@@ -480,7 +480,7 @@ int ssh_handle_key_exchange(ssh_session session) {
* SSH_SESSION_STATE_ERROR
*/
ssh_handle_packets(session,-1);
ssh_log(session,SSH_LOG_PACKET, "ssh_accept: Actual state : %d",
ssh_log(session,SSH_LOG_PACKET, "ssh_handle_key_exchange: Actual state : %d",
session->session_state);
}