improve logging

This commit is contained in:
Sebastian Sdorra
2012-05-24 22:30:00 +02:00
parent f3412f5aee
commit 564b603d9a
2 changed files with 6 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ public class DefaultAuthenticationHandler implements AuthenticationHandler
{
if (logger.isDebugEnabled())
{
logger.debug("user {} logged in successfully", username);
logger.debug("user {} successfully prepared for login", username);
}
user.setPassword(null);