mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Added log msg for loading of ldif files.
This commit is contained in:
parent
a1abcc39d2
commit
ab23fe56ad
@ -159,6 +159,7 @@ class ApacheDSContainer implements InitializingBean, DisposableBean, Lifecycle,
|
||||
if(ldifs != null && ldifs.length > 0) {
|
||||
try {
|
||||
String ldifFile = ldifs[0].getFile().getAbsolutePath();
|
||||
logger.info("Loading LDIF file: " + ldifFile);
|
||||
LdifFileLoader loader = new LdifFileLoader(dirContext, ldifFile);
|
||||
loader.execute();
|
||||
} finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user