fix log message

This commit is contained in:
Pierangelo Masarati 2008-08-09 15:41:22 +00:00
parent d4216935d7
commit 46983312c3

View file

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