You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/08/23 23:17:36 UTC

svn commit: r569148 [3/3] - in /logging/log4j/companions/extras/trunk: apache-log4j-extras.ipr apache-log4j-extras.iws src/main/java/org/apache/log4j/extras/DOMConfigurator.java

Modified: logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/extras/DOMConfigurator.java
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/extras/DOMConfigurator.java?rev=569148&r1=569147&r2=569148&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/extras/DOMConfigurator.java (original)
+++ logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/extras/DOMConfigurator.java Thu Aug 23 14:17:35 2007
@@ -1028,9 +1028,9 @@
         if (systemId.endsWith("log4j.dtd")) {
           InputStream in = Log4jEntityResolver.class.getResourceAsStream("log4j.dtd");
           if (in == null) {
-            LogLog.error("Could not find [log4j.dtd]. Used [" +
+            LogLog.warn("Could not find [log4j.dtd] using [" +
                     Log4jEntityResolver.class.getClassLoader()
-                 + "] class loader in the search.");
+                 + "] class loader, parsed without DTD.");
             in = new ByteArrayInputStream(new byte[0]);
           }
           return new InputSource(in);



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org