Details
-
Improvement
-
Status: Patch Available
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Found a typo in debug message: "isPreifxed" --> "isPrefixed"
LOG.debug("### getAclEntry \n[" + (p == null ? "null" : p) + "] : [" + "isPreifxed=" + isPrefixed + ", isStale=" + isStale + ", hasAuthzObj=" + hasAuthzObj + ", origAuthzAsAcl=" + originalAuthzAsAcl + "]\n" + "[" + (aclMap == null ? "null" : aclMap) + "]\n");