Fixed placeholders in SLF4J logging statements (see Hades #417).

This commit is contained in:
Oliver Gierke
2010-12-27 15:26:44 +01:00
parent e059872ef9
commit 3de3ef4955

View File

@@ -218,7 +218,7 @@ public abstract class AbstractRepositoryConfigDefinitionParser<S extends GlobalR
beanDefinition.setSource(beanSource);
LOG.debug(
"Registering repository: %s - Interface: %s - Factory: %s, - Custom implementation: %s",
"Registering repository: {} - Interface: {} - Factory: {}, - Custom implementation: {}",
new Object[] { context.getBeanId(),
context.getInterfaceName(),
context.getRepositoryFactoryBeanClassName(),
@@ -279,7 +279,7 @@ public abstract class AbstractRepositoryConfigDefinitionParser<S extends GlobalR
return null;
}
LOG.debug("Registering custom repository implementation: %s %s",
LOG.debug("Registering custom repository implementation: {} {}",
config.getImplementationBeanName(),
beanDefinition.getBeanClassName());