mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 22:33:07 -05:00
ITS#8114 suppress warn message
This commit is contained in:
parent
d94a07271d
commit
30f80a005d
1 changed files with 0 additions and 4 deletions
|
|
@ -141,10 +141,6 @@ int wt_id2entry( BackendDB *be,
|
|||
cursor->set_key(cursor, id);
|
||||
rc = cursor->search(cursor);
|
||||
if ( rc ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
LDAP_XSTRING(wt_id2entry)
|
||||
": search failed: %s (%d)\n",
|
||||
wiredtiger_strerror(rc), rc, 0 );
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue