]> git.sur5r.net Git - openldap/commitdiff
report retries
authorKurt Zeilenga <kurt@openldap.org>
Thu, 28 Sep 2000 18:29:50 +0000 (18:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 28 Sep 2000 18:29:50 +0000 (18:29 +0000)
servers/slapd/back-bdb/modrdn.c

index 3be0b2b2218f08cdd85587e40c073dbc4b781766..c1cc3a42d1cbaa563284a4822c90a94b7d2954fb 100644 (file)
@@ -67,8 +67,9 @@ bdb_modrdn(
        }
 
        if (0) {
-               /* transaction retry */
-retry: rc = txn_abort( ltid );
+retry: /* transaction retry */
+               Debug( LDAP_DEBUG_TRACE, "==>bdb_modrdn: retrying...\n", 0, 0, 0 );
+               rc = txn_abort( ltid );
                ltid = NULL;
                op->o_private = NULL;
                if( rc != 0 ) {