From: Bruno Harbulot Date: Fri, 12 Feb 2016 10:53:08 +0000 (+0000) Subject: Fixing debugging statement. X-Git-Tag: release-0.13.0~18^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F89%2Fhead;p=pf4j.git Fixing debugging statement. --- diff --git a/pf4j/src/main/java/ro/fortsoft/pf4j/PluginClassLoader.java b/pf4j/src/main/java/ro/fortsoft/pf4j/PluginClassLoader.java index b231ffd..f7eb95a 100644 --- a/pf4j/src/main/java/ro/fortsoft/pf4j/PluginClassLoader.java +++ b/pf4j/src/main/java/ro/fortsoft/pf4j/PluginClassLoader.java @@ -101,7 +101,7 @@ public class PluginClassLoader extends URLClassLoader { } } - log.debug("Couldn't find class '{}' in plugin classpath. Delegating to parent"); + log.debug("Couldn't find class '{}' in plugin classpath. Delegating to parent", className); // use the standard URLClassLoader (which follows normal parent delegation) return super.loadClass(className);