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