Skip to content

Commit e304827

Browse files
authored
Update src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java
1 parent f1e634b commit e304827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ protected UserDetails retrieveUser(final String username, final UsernamePassword
246246
} catch (UsernameNotFoundException e) {
247247
notFound.add(e);
248248
} catch (BadCredentialsException bce) {
249-
LOGGER.log(Level.WARNING, String.format("Credential exception trying to authenticate against %s domain%s", domain.getName(), getSourceInfo()), bce);
249+
LOGGER.log(Level.WARNING, String.format("Credential exception trying to authenticate against %s domain %s", domain.getName(), getSourceInfo()), bce);
250250
errors.add(bce);
251251
}
252252
}

0 commit comments

Comments
 (0)