From: Howard Chu Date: Wed, 26 Feb 2003 12:57:15 +0000 (+0000) Subject: Delete extraneous log msg X-Git-Tag: NO_SLAP_OP_BLOCKS~281 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e718b18151dc861221519224f87f654526304ae;p=openldap Delete extraneous log msg --- diff --git a/servers/slapd/back-bdb/modrdn.c b/servers/slapd/back-bdb/modrdn.c index 27854b3a30..783bd70fc5 100644 --- a/servers/slapd/back-bdb/modrdn.c +++ b/servers/slapd/back-bdb/modrdn.c @@ -647,15 +647,6 @@ retry: /* transaction retry */ goto return_results; } -#ifdef NEW_LOGGING - LDAP_LOG ( OPERATION, ERR, - "bdb_modrdn: new ndn=%s does not exist\n", new_ndn.bv_val, 0, 0 ); -#else - Debug( LDAP_DEBUG_TRACE, - "bdb_modrdn: new ndn=%s does not exist\n", - new_ndn.bv_val, 0, 0 ); -#endif - /* Get attribute type and attribute value of our new rdn, we will * need to add that to our new entry */