ITS#8114 suppress warn message

This commit is contained in:
HAMANO Tsukasa 2015-08-30 23:42:17 +09:00 committed by Howard Chu
parent d94a07271d
commit 30f80a005d

View file

@ -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;
}