This commit is contained in:
Jan Bartel 2016-09-09 10:09:22 +10:00
parent 4312995d89
commit a97665da3e
1 changed files with 2 additions and 1 deletions

View File

@ -489,7 +489,8 @@ public class WebAppClassLoader extends URLClassLoader
if (c == null && ex!=null) 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; throw ex;
} }