@ -571,8 +571,8 @@ public class DefaultSingletonBeanRegistry extends SimpleAliasRegistry implements
@@ -571,8 +571,8 @@ public class DefaultSingletonBeanRegistry extends SimpleAliasRegistry implements
bean.destroy();
}
catch(Throwableex){
if(logger.isInfoEnabled()){
logger.info("Destroy method on bean with name '"+beanName+"' threw an exception",ex);
if(logger.isWarnEnabled()){
logger.warn("Destruction of bean with name '"+beanName+"' threw an exception",ex);