You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/10/02 00:08:04 UTC

svn commit: r581093 - /commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

Author: dennisl
Date: Mon Oct  1 15:08:03 2007
New Revision: 581093

URL: http://svn.apache.org/viewvc?rev=581093&view=rev
Log:
This one needed more spaces.

Modified:
    commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

Modified: commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java?rev=581093&r1=581092&r2=581093&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java (original)
+++ commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java Mon Oct  1 15:08:03 2007
@@ -1195,11 +1195,11 @@
                             + LogFactory.class.getName() + "'. ";
                         if (implementsLogFactory) {
                             msg = msg + "The conflict is caused by the presence of multiple LogFactory classes in incompatible classloaders. " +
-                            "Background can be found in http://commons.apache.org/logging/tech.html. " +
-                            "If you have not explicitly specified a custom LogFactory then it is likely that " +
-                            "the container has set one without your knowledge. " +
-                            "In this case, consider using the commons-logging-adapters.jar file or " +
-                            "specifying the standard LogFactory from the command line. ";
+                                "Background can be found in http://commons.apache.org/logging/tech.html. " +
+                                "If you have not explicitly specified a custom LogFactory then it is likely that " +
+                                "the container has set one without your knowledge. " +
+                                "In this case, consider using the commons-logging-adapters.jar file or " +
+                                "specifying the standard LogFactory from the command line. ";
                         } else {
                             msg = msg + "Please check the custom implementation. ";
                         }