Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project

This commit is contained in:
Greg Wilkins 2012-01-11 11:06:35 +11:00
commit fc77165877
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class ELContextCleaner implements ServletContextListener
} }
catch (NoSuchFieldException e) catch (NoSuchFieldException e)
{ {
LOG.warn("Cannot purge classes from javax.el.BeanELResolver", e); LOG.info("Not cleaning cached beans: no such field javax.el.BeanELResolver.properties");
} }
} }