mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Clarify message logged upon host_access() failure
This commit is contained in:
parent
0f5c87a41c
commit
3c91b7e05a
1 changed files with 1 additions and 1 deletions
|
|
@ -958,7 +958,7 @@ slapd_daemon_task(
|
|||
{
|
||||
/* DENY ACCESS */
|
||||
Statslog( LDAP_DEBUG_ANY,
|
||||
"fd=%ld connection from %s (%s) denied.\n",
|
||||
"fd=%ld host access from %s (%s) denied.\n",
|
||||
(long) s,
|
||||
dnsname != NULL ? dnsname : "unknown",
|
||||
peeraddr != NULL ? peeraddr : "unknown",
|
||||
|
|
|
|||
Loading…
Reference in a new issue