]> git.sur5r.net Git - openldap/commitdiff
Tone down enum_tree warning
authorHoward Chu <hyc@openldap.org>
Fri, 17 Nov 2006 22:51:04 +0000 (22:51 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 17 Nov 2006 22:51:04 +0000 (22:51 +0000)
servers/slapd/back-ldif/ldif.c

index bec6a02b648fca54e44fc2dd450e86d905c5ed36..59bc846ad1e5bbca8acac17441a148cc96e8f0c4 100644 (file)
@@ -312,7 +312,7 @@ static int r_enum_tree(enumCookie *ck, struct berval *path,
 
        fd = open( path->bv_val, O_RDONLY );
        if ( fd < 0 ) {
-               Debug( LDAP_DEBUG_ANY,
+               Debug( LDAP_DEBUG_TRACE,
                        "=> ldif_enum_tree: failed to open %s: %s\n",
                        path->bv_val, STRERROR(errno), 0 );
                return LDAP_NO_SUCH_OBJECT;