mirror of https://github.com/apache/archiva.git
improve log warning
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42a05d50a5
commit
81e4886e06
|
@ -159,7 +159,8 @@ public class ArchivaUserManagerAuthenticator
|
|||
}
|
||||
else
|
||||
{
|
||||
log.warn( "Password is Invalid for user {}.", source.getPrincipal() );
|
||||
log.warn( "Password is Invalid for user {} and userManager '{}'.", source.getPrincipal(),
|
||||
userManager.getId() );
|
||||
authnResultExceptionsMap.put( AuthenticationConstants.AUTHN_NO_SUCH_USER,
|
||||
"Password is Invalid for user " + source.getPrincipal() + "." );
|
||||
|
||||
|
|
Loading…
Reference in New Issue