Skip to content

Commit e310f75

Browse files
Vladimir Kotalahornace
authored andcommitted
adjust another log message
1 parent e467a49 commit e310f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void fillSession(HttpServletRequest req, User user) {
159159

160160
records = res.getAttrs();
161161
} else {
162-
LOGGER.log(Level.FINE, "no DN for user {0} on {1}",
162+
LOGGER.log(Level.FINE, "no DN for LDAP user {0} on {1}",
163163
new Object[]{ldapUser, ldapProvider});
164164
}
165165
} catch (LdapException ex) {

0 commit comments

Comments
 (0)