Tone down default ppolicy msg

This commit is contained in:
Howard Chu 2006-08-07 23:33:03 +00:00
parent 9f75c6a43d
commit 11a0ea514a

View 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;
}