Skip to content

Commit 5f8d5c7

Browse files
committed
improve log message
1 parent dfec07f commit 5f8d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acl-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function modesAllowed (kb, doc, directory, aclDoc, agent, origin, trustedOrigins
102102
return false
103103
}
104104
if (!agentOrGroupOK(auth, agent)) {
105-
log(' The agent/group/public check fails')
105+
log(' The agent/group check fails')
106106
return 'User Unauthorized'
107107
}
108108
if (!origin) {

0 commit comments

Comments
 (0)