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

log: Implment new logging functions.

This commit is contained in:
Andreas Schneider
2013-07-14 12:36:59 +02:00
parent 73309f19e5
commit 2c91efcc68
7 changed files with 169 additions and 73 deletions

View File

@@ -250,7 +250,7 @@ int ssh_bind_listen(ssh_bind sshbind) {
return -1;
}
} else {
SSH_LOG(sshbind, SSH_LOG_INFO, "Using app-provided bind socket");
SSH_LOG(SSH_LOG_INFO, "Using app-provided bind socket");
}
return 0;
}