HADOOP-16067. Incorrect Format Debug Statement KMSACLs. Contributed by Charan Hebri.
This commit is contained in:
parent
538bb4880d
commit
84c4966a5a
|
@ -311,7 +311,7 @@ public class KMSACLs implements Runnable, KeyACLs {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
if (LOG.isDebugEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.debug("Checking user [{}] for: {}: {}" + ugi.getShortUserName(),
|
LOG.debug("Checking user [{}] for: {}: {}", ugi.getShortUserName(),
|
||||||
opType.toString(), acl.getAclString());
|
opType.toString(), acl.getAclString());
|
||||||
}
|
}
|
||||||
return acl.isUserAllowed(ugi);
|
return acl.isUserAllowed(ugi);
|
||||||
|
|
Loading…
Reference in New Issue