if( rc == LDAP_INAPPROPRIATE_MATCHING ) {
/* not indexed */
- Debug( LDAP_DEBUG_TRACE,
+ Debug( LDAP_DEBUG_FILTER,
"<= mdb_presence_candidates: (%s) not indexed\n",
desc->ad_cname.bv_val );
return 0;
&dbi, &mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= mdb_equality_candidates: (%s) not indexed\n",
ava->aa_desc->ad_cname.bv_val );
return 0;
&dbi, &mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= mdb_approx_candidates: (%s) not indexed\n",
ava->aa_desc->ad_cname.bv_val );
return 0;
&dbi, &mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= mdb_substring_candidates: (%s) not indexed\n",
sub->sa_desc->ad_cname.bv_val );
return 0;
&dbi, &mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= mdb_inequality_candidates: (%s) not indexed\n",
ava->aa_desc->ad_cname.bv_val );
return 0;
if( rc == LDAP_INAPPROPRIATE_MATCHING ) {
/* not indexed */
- Debug( LDAP_DEBUG_TRACE,
+ Debug( LDAP_DEBUG_FILTER,
"<= wt_presence_candidates: (%s) not indexed\n",
desc->ad_cname.bv_val );
return 0;
&mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= wt_equality_candidates: (%s) not indexed\n",
ava->aa_desc->ad_cname.bv_val );
return 0;
&mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= wt_approx_candidates: (%s) not indexed\n",
ava->aa_desc->ad_cname.bv_val );
return 0;
&mask, &prefix );
if ( rc == LDAP_INAPPROPRIATE_MATCHING ) {
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_FILTER,
"<= wt_substring_candidates: (%s) not indexed\n",
sub->sa_desc->ad_cname.bv_val );
return 0;