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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user