diff --git a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java index 06a1a8c55..744d7db1a 100644 --- a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java +++ b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java @@ -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())); }