aboutsummaryrefslogtreecommitdiff
path: root/src/auth1.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-14 12:29:45 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-14 12:44:26 +0200
commitebdd0c6ac195971178db8d5515c77d737d01b5fe (patch)
treefed7e82607a6284e0b52bb612317a23d414736a1 /src/auth1.c
parentdcd94de076eb8d68885eda4210a69e3716cb95b5 (diff)
downloadlibssh-ebdd0c6ac195971178db8d5515c77d737d01b5fe.tar.gz
libssh-ebdd0c6ac195971178db8d5515c77d737d01b5fe.tar.xz
libssh-ebdd0c6ac195971178db8d5515c77d737d01b5fe.zip
src: Migrate to SSH_LOG.
Diffstat (limited to 'src/auth1.c')
-rw-r--r--src/auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth1.c b/src/auth1.c
index 0f3f096d..20306087 100644
--- a/src/auth1.c
+++ b/src/auth1.c
@@ -51,7 +51,7 @@ static int wait_auth1_status(ssh_session session) {
leave_function();
return SSH_AUTH_ERROR;
}
- ssh_log(session,SSH_LOG_PROTOCOL,"Auth state : %d",session->auth_state);
+ SSH_LOG(SSH_LOG_PROTOCOL,"Auth state : %d",session->auth_state);
leave_function();
switch(session->auth_state) {
case SSH_AUTH_STATE_SUCCESS: