]> git.sur5r.net Git - openldap/commitdiff
Delete extraneous log msg
authorHoward Chu <hyc@openldap.org>
Wed, 26 Feb 2003 12:57:15 +0000 (12:57 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 26 Feb 2003 12:57:15 +0000 (12:57 +0000)
servers/slapd/back-bdb/modrdn.c

index 27854b3a30191aaeb94e2d31d31f006ddc8120d7..783bd70fc59e7740069cf977241549cd67486534 100644 (file)
@@ -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
         */