Skip to content

Commit fecd475

Browse files
committed
type in the debugging message
1 parent 8a7f17b commit fecd475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/acl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ACL.prototype.can = function (user, mode, resource, callback, options) {
8686
},
8787
function (err) {
8888
if (err === false || err === null) {
89-
debug('No ACL resource found - access allowed')
89+
debug('No ACL resource found - access not allowed')
9090
err = new Error('No Access Control Policy found')
9191
}
9292

0 commit comments

Comments
 (0)