Skip to content

Commit

Permalink
Polish apache#2987
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 26, 2019
1 parent 1f74e52 commit 19ee833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private void registerServiceBean(BeanDefinitionHolder beanDefinitionHolder, Bean
registry.registerBeanDefinition(beanName, serviceBeanDefinition);

if (logger.isInfoEnabled()) {
logger.warn("The BeanDefinition[" + serviceBeanDefinition +
logger.info("The BeanDefinition[" + serviceBeanDefinition +
"] of ServiceBean has been registered with name : " + beanName);
}

Expand Down

0 comments on commit 19ee833

Please sign in to comment.