Fix argument expansion in RepositoryFactorySupport logging.

Closes #2502
This commit is contained in:
Mark Paluch
2021-12-07 09:32:51 +01:00
parent 788457c901
commit 8bd81a796d

View File

@@ -372,7 +372,8 @@ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware,
repositoryInit.end();
if (logger.isDebugEnabled()) {
logger.debug(LogMessage.format("Finished creation of repository instance for {}.",
logger
.debug(LogMessage.format("Finished creation of repository instance for %s.",
repositoryInterface.getName()));
}