mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Tone down enum_tree warning
This commit is contained in:
parent
f0f7324e0e
commit
701c39ed83
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue