Skip to content

Commit 2d314b6

Browse files
author
Jeff Bornemann
committed
Clarification in log message within ACL decorator
1 parent 209be6c commit 2d314b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/twcable/grabbit/jcr/ACLProtoNodeDecorator.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ACLProtoNodeDecorator extends ProtoNodeDecorator {
105105
final String principalName = getPrincipalName(aceNode)
106106
Principal principal = getPrincipal(session, principalName)
107107
if(principal == null) {
108-
log.warn "Principal for name ${principalName} does not exist, or is not accessible. Can not write ACE/ACL information."
108+
log.warn "Principal for name ${principalName} does not exist, or is not accessible. Can not write ACE/ACL information for this principal on ${getParentPath()}. If this principal is currently being synched, it may not be accessible."
109109
return
110110
}
111111
Privilege[] privileges = getPrivilegeNames(aceNode).collect { String privilegeName ->

0 commit comments

Comments
 (0)