Skip to content

Commit 9ae4322

Browse files
Vladimir Kotalahornace
authored andcommitted
revert
1 parent ee1fba5 commit 9ae4322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/java/opengrok/auth/plugin/UserWhiteListPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private boolean checkWhitelist(HttpServletRequest request) {
9393
User user;
9494
String attrName = UserPlugin.REQUEST_ATTR;
9595
if ((user = (User) request.getAttribute(attrName)) == null) {
96-
LOGGER.log(Level.WARNING, "cannot get {0} attribute from {1}", attrName);
96+
LOGGER.log(Level.WARNING, "cannot get {0} attribute", attrName);
9797
return false;
9898
}
9999

0 commit comments

Comments
 (0)