Skip to content

Commit f77432d

Browse files
kamilszymanskiodrotbohm
authored andcommitted
DATAJPA-833 - Added missing log message's placeholder in ClasspathScanningPersistenceUnitPostProcessor.
Original pull request: #158.
1 parent e4fee33 commit f77432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/jpa/support/ClasspathScanningPersistenceUnitPostProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui) {
129129
}
130130

131131
for (String location : scanForMappingFileLocations()) {
132-
LOG.debug("Registering classpath-scanned entity mapping file in persistence unit info!", location);
132+
LOG.debug("Registering classpath-scanned entity mapping file {} in persistence unit info!", location);
133133
pui.addMappingFileName(location);
134134
}
135135
}

0 commit comments

Comments
 (0)