Added LDAP_LOG messages

This commit is contained in:
Julius Enarusai 2002-03-27 18:50:45 +00:00
parent d88bc7a8b5
commit e4f2c9425a

View File

@ -54,7 +54,11 @@ ldap_compare_ext(
int rc; int rc;
BerElement *ber; 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 ); Debug( LDAP_DEBUG_TRACE, "ldap_compare\n", 0, 0, 0 );
#endif
assert( ld != NULL ); assert( ld != NULL );
assert( LDAP_VALID( ld ) ); assert( LDAP_VALID( ld ) );