mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Removed classname from log message (normally output by log4j anyway)
This commit is contained in:
parent
aeba732ba5
commit
d8d657da7f
@ -75,7 +75,7 @@ public abstract class AbstractPreAuthenticatedProcessingFilter extends SpringSec
|
||||
Object credentials = getPreAuthenticatedCredentials(httpRequest);
|
||||
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("AbstractPreAuthenticatedProcessingFilter: preAuthenticatedPrincipal=" + principal + ", trying to authenticate");
|
||||
logger.debug("preAuthenticatedPrincipal = " + principal + ", trying to authenticate");
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user