Issue #913
This commit is contained in:
parent
4312995d89
commit
a97665da3e
|
@ -489,6 +489,7 @@ public class WebAppClassLoader extends URLClassLoader
|
||||||
|
|
||||||
if (c == null && ex!=null)
|
if (c == null && ex!=null)
|
||||||
{
|
{
|
||||||
|
if (LOG.isDebugEnabled())
|
||||||
LOG.debug("!loadedClass({}) from={} tried_parent={}",name,this,tried_parent);
|
LOG.debug("!loadedClass({}) from={} tried_parent={}",name,this,tried_parent);
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue