]> git.sur5r.net Git - openldap/commitdiff
Clarify message logged upon host_access() failure
authorKurt Zeilenga <kurt@openldap.org>
Tue, 18 Jul 2000 03:12:55 +0000 (03:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 18 Jul 2000 03:12:55 +0000 (03:12 +0000)
servers/slapd/daemon.c

index 56f52a616356c442a375e37f1e2be27457cf59da..c230314608b895d9744281041ba8664077f5eaa9 100644 (file)
@@ -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",