&dbname, &mask, &prefix );
if( rc != LDAP_SUCCESS ) {
- Debug( LDAP_DEBUG_ANY,
- "<= presence_candidates: index_param failed (%d)\n",
+ Debug( LDAP_DEBUG_TRACE,
+ "<= presence_candidates: index_param returned=%d\n",
rc, 0, 0 );
return idl;
}
&dbname, &mask, &prefix );
if( rc != LDAP_SUCCESS ) {
- Debug( LDAP_DEBUG_ANY,
- "<= equality_candidates: index_param failed (%d)\n",
+ Debug( LDAP_DEBUG_TRACE,
+ "<= equality_candidates: index_param returned=%d\n",
rc, 0, 0 );
return idl;
}
&dbname, &mask, &prefix );
if( rc != LDAP_SUCCESS ) {
- Debug( LDAP_DEBUG_ANY,
- "<= approx_candidates: index_param failed (%d)\n",
+ Debug( LDAP_DEBUG_TRACE,
+ "<= approx_candidates: index_param returned=%d\n",
rc, 0, 0 );
return idl;
}
&dbname, &mask, &prefix );
if( rc != LDAP_SUCCESS ) {
- Debug( LDAP_DEBUG_ANY,
- "<= substrings_candidates: index_param failed (%d)\n",
+ Debug( LDAP_DEBUG_TRACE,
+ "<= substrings_candidates: index_param returned=%d\n",
rc, 0, 0 );
return idl;
}