Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x

This commit is contained in:
Jan Bartel 2016-09-09 10:10:22 +10:00
commit 7da797e834
1 changed files with 2 additions and 1 deletions

View File

@ -511,7 +511,8 @@ public class WebAppClassLoader extends URLClassLoader
if (c == null && ex!=null)
{
LOG.debug("!loadedClass({}) from={} tried_parent={}",name,this,tried_parent);
if (LOG.isDebugEnabled())
LOG.debug("!loadedClass({}) from={} tried_parent={}",name,this,tried_parent);
throw ex;
}