mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Added LDAP_LOG messages
This commit is contained in:
parent
d88bc7a8b5
commit
e4f2c9425a
@ -54,7 +54,11 @@ ldap_compare_ext(
|
||||
int rc;
|
||||
BerElement *ber;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG (( "compare", LDAP_LEVEL_ENTRY, "ldap_compare\n" ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE, "ldap_compare\n", 0, 0, 0 );
|
||||
#endif
|
||||
|
||||
assert( ld != NULL );
|
||||
assert( LDAP_VALID( ld ) );
|
||||
|
Loading…
Reference in New Issue
Block a user