]> git.sur5r.net Git - openldap/commitdiff
Fix debug level typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 11 May 2000 00:44:03 +0000 (00:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 11 May 2000 00:44:03 +0000 (00:44 +0000)
servers/slapd/back-dnssrv/bind.c

index f4468c0d680cec7479d8f917b1361acb10f81602..e69094b6c732df47851670d28aeea9a58d9f338d 100644 (file)
@@ -29,7 +29,7 @@ dnssrv_back_bind(
        char            **edn
 )
 {
-       Debug( LDAP_DEBUG_DEBUG, "DNSSRV: bind %s (%d/%s)\n",
+       Debug( LDAP_DEBUG_TRACE, "DNSSRV: bind %s (%d/%s)\n",
                dn == NULL ? "" : dn, 
                method,
                mech == NULL ? "none" : mech );