Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
This commit is contained in:
commit
7da797e834
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue