]> git.sur5r.net Git - openldap/commitdiff
ITS#8114 suppress warn message
authorHAMANO Tsukasa <hamano@osstech.co.jp>
Sun, 30 Aug 2015 14:42:17 +0000 (23:42 +0900)
committerHoward Chu <hyc@openldap.org>
Sun, 25 Oct 2015 09:12:02 +0000 (09:12 +0000)
servers/slapd/back-wt/id2entry.c

index e135d18f70ee091633a31c7915b664850f0a4753..32606bf284514cc66e4a18a48dc6e0451b4c0112 100644 (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;
        }