Skip to content
Snippets Groups Projects
Commit 48bf6514 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix Debug() statement

parent 4f0e4f60
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment