From 1e718b18151dc861221519224f87f654526304ae Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 26 Feb 2003 12:57:15 +0000 Subject: [PATCH] Delete extraneous log msg --- servers/slapd/back-bdb/modrdn.c | 9 --------- 1 file changed, 9 deletions(-) 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 */ -- 2.39.5