This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.models.provider-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git
commit aa342b39e9ac001ee42b4113a3e124109f2ff496 Author: Radu Cotescu <[email protected]> AuthorDate: Tue Jul 19 13:53:09 2016 +0000 trivial: improved logging for SlingModelsUseProvider git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/models-use-provider@1753390 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/scripting/sightly/models/impl/SlingModelsUseProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java index 6a5aa17..38a0e00 100644 --- a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java +++ b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java @@ -102,7 +102,7 @@ public class SlingModelsUseProvider implements UseProvider { try { cls = dynamicClassLoaderManager.getDynamicClassLoader().loadClass(identifier); } catch (ClassNotFoundException e) { - LOGGER.debug("Could not find class with the given name {}: {}", identifier, e.getMessage()); + LOGGER.debug("Could not find class with the given name {}.", identifier); // next use provider will be queried return ProviderOutcome.failure(); } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
