From 30f80a005dc0c05dc7d41816a843c6500f3676ce Mon Sep 17 00:00:00 2001 From: HAMANO Tsukasa Date: Sun, 30 Aug 2015 23:42:17 +0900 Subject: [PATCH] ITS#8114 suppress warn message --- servers/slapd/back-wt/id2entry.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/servers/slapd/back-wt/id2entry.c b/servers/slapd/back-wt/id2entry.c index e135d18f70..32606bf284 100644 --- a/servers/slapd/back-wt/id2entry.c +++ b/servers/slapd/back-wt/id2entry.c @@ -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; } -- 2.39.5