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

This commit is contained in:
Jan Bartel 2016-09-09 10:10:55 +10:00
commit e0e445a4a2
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;
}