Fix Debug() statement

This commit is contained in:
Kurt Zeilenga 2002-01-29 00:05:30 +00:00
parent 4f0e4f60bd
commit 48bf651459

View 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;
}