]> git.sur5r.net Git - openldap/commitdiff
Fix Debug() statement
authorKurt Zeilenga <kurt@openldap.org>
Tue, 29 Jan 2002 00:05:30 +0000 (00:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 29 Jan 2002 00:05:30 +0000 (00:05 +0000)
servers/slapd/back-bdb/modify.c

index f21eba17d9d995421b5f61277f49529b0e945409..6194c20e2bda14cf419cdc3ea2b995cfe20b76c5 100644 (file)
@@ -348,7 +348,7 @@ retry:      /* transaction retry */
                Debug( LDAP_DEBUG_TRACE,
                        "bdb_modify: updated%s id=%08lx dn=\"%s\"\n",
                        op->o_noop ? " (no-op)" : "",
-                       e->e_id, e->e_dn, 0 );
+                       e->e_id, e->e_dn );
                rc = LDAP_SUCCESS;
                text = NULL;
        }