mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
fix acl log line
This commit is contained in:
parent
8ac7efd02d
commit
9cf6ee8ccd
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ access_allowed(
|
|||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "acl", LDAP_LEVEL_ENTRY,
|
||||
"access_allowed: conn %d %s access %s by %s\n",
|
||||
conn->c_connid,
|
||||
access2str( access ),
|
||||
ACL_GRANT( mask, access ) ? "granted" : "denied",
|
||||
accessmask2str( mask, accessmaskbuf ) ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue