diff --git a/core/src/main/java/org/acegisecurity/event/authentication/LoggerListener.java b/core/src/main/java/org/acegisecurity/event/authentication/LoggerListener.java index 84ccd0d311..e73da3290f 100644 --- a/core/src/main/java/org/acegisecurity/event/authentication/LoggerListener.java +++ b/core/src/main/java/org/acegisecurity/event/authentication/LoggerListener.java @@ -28,8 +28,7 @@ import org.springframework.util.ClassUtils; * Outputs authentication-related application events to Commons Logging. * *
- * All authentication failures are logged at the warning level, whilst - * authentication successes are logged at the information level. + * All authentication events are logged at the warning level. *
* * @author Ben Alex