diff options
Diffstat (limited to 'src/bind.c')
-rw-r--r-- | src/bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |