]> git.sur5r.net Git - openldap/commitdiff
Tone down default ppolicy msg
authorHoward Chu <hyc@openldap.org>
Mon, 7 Aug 2006 23:33:03 +0000 (23:33 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 7 Aug 2006 23:33:03 +0000 (23:33 +0000)
servers/slapd/overlays/ppolicy.c

index e0436eba537ffcb0711e87bc3ccf48cb923fe8f6..cc5066ffa7042c7fc93de43953114d1668585cbf 100644 (file)
@@ -501,7 +501,7 @@ ppolicy_get( Operation *op, Entry *e, PassPolicy *pp )
        return;
 
 defaultpol:
-       Debug( LDAP_DEBUG_ANY,
+       Debug( LDAP_DEBUG_TRACE,
                "ppolicy_get: using default policy\n", 0, 0, 0 );
        return;
 }