]> git.sur5r.net Git - openldap/commitdiff
Don't excite folks on index_param failure
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Oct 2000 22:24:27 +0000 (22:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Oct 2000 22:24:27 +0000 (22:24 +0000)
servers/slapd/back-ldbm/filterindex.c

index 733d011506820b3d030a946ae4c265a9c5fd261d..5fa63bdc2234352127bd2f64e386e4a4ebf042f3 100644 (file)
@@ -128,8 +128,8 @@ presence_candidates(
                &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;
        }
@@ -203,8 +203,8 @@ equality_candidates(
                &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;
        }
@@ -329,8 +329,8 @@ approx_candidates(
                &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;
        }
@@ -497,8 +497,8 @@ substring_candidates(
                &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;
        }