DATAJPA-833 - Added missing log message's placeholder in ClasspathScanningPersistenceUnitPostProcessor.
Original pull request: #158.
This commit is contained in:
committed by
Oliver Gierke
parent
a21d411bdb
commit
91d0bf4d70
@@ -129,7 +129,7 @@ public class ClasspathScanningPersistenceUnitPostProcessor
|
||||
}
|
||||
|
||||
for (String location : scanForMappingFileLocations()) {
|
||||
LOG.debug("Registering classpath-scanned entity mapping file in persistence unit info!", location);
|
||||
LOG.debug("Registering classpath-scanned entity mapping file {} in persistence unit info!", location);
|
||||
pui.addMappingFileName(location);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user