mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 08:37:48 -05:00
fix log message
This commit is contained in:
parent
d4216935d7
commit
46983312c3
1 changed files with 1 additions and 1 deletions
|
|
@ -2114,7 +2114,7 @@ acl_set_gather( SetCookie *cookie, struct berval *name, AttributeDescription *de
|
|||
if ( rc != LDAP_SUCCESS ) {
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"%s acl_set_gather: DN=\"%s\" normalize failed\n",
|
||||
cp->asc_op->o_log_prefix, op2.o_req_dn.bv_val, 0 );
|
||||
cp->asc_op->o_log_prefix, ludp->lud_dn, 0 );
|
||||
|
||||
goto url_done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue