You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/05/03 22:38:03 UTC

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

Author: rdonkin
Date: Wed May  3 13:38:01 2006
New Revision: 399417

URL: http://svn.apache.org/viewcvs?rev=399417&view=rev
Log:
Corrected non-harmful mistake spotted by Dennis Lundberg.

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

Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java?rev=399417&r1=399416&r2=399417&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java (original)
+++ jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java Wed May  3 13:38:01 2006
@@ -1461,11 +1461,11 @@
         if (isDiagnosticsEnabled()) {
             if (props == null) {
                 logDiagnostic(
-                    "[LOOKUP] No properties file of name '" + FACTORY_PROPERTIES
+                    "[LOOKUP] No properties file of name '" + fileName
                     + "' found.");
             } else {
                 logDiagnostic(
-                    "[LOOKUP] Properties file of name '" + FACTORY_PROPERTIES
+                    "[LOOKUP] Properties file of name '" + fileName
                     + "' found at '" + propsUrl + '"');
             }
         }



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