mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Fix Debug() statement
This commit is contained in:
parent
4f0e4f60bd
commit
48bf651459
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue