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…
Reference in New Issue