mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 06:42:49 +00:00
Correct logging mesage.
This commit is contained in:
parent
15588123ba
commit
aa5a9ca4c3
@ -243,6 +243,6 @@ public class CatalinaAcegiUserRealm extends RealmBase {
|
|||||||
|
|
||||||
String beanName = (String) beans.keySet().iterator().next();
|
String beanName = (String) beans.keySet().iterator().next();
|
||||||
authenticationManager = (AuthenticationManager) beans.get(beanName);
|
authenticationManager = (AuthenticationManager) beans.get(beanName);
|
||||||
logger.info("CatalinaSpringUserRealm Started");
|
logger.info("CatalinaAcegiUserRealm Started");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user