Author: ceki
Date: Tue Jan 29 22:01:10 2008
New Revision: 958

Modified:
   
slf4j/trunk/jcl104-over-slf4j/src/main/java/org/apache/commons/logging/impl/SLF4JLogFactory.java

Log:
- fix of error URL

Modified: 
slf4j/trunk/jcl104-over-slf4j/src/main/java/org/apache/commons/logging/impl/SLF4JLogFactory.java
==============================================================================
--- 
slf4j/trunk/jcl104-over-slf4j/src/main/java/org/apache/commons/logging/impl/SLF4JLogFactory.java
    (original)
+++ 
slf4j/trunk/jcl104-over-slf4j/src/main/java/org/apache/commons/logging/impl/SLF4JLogFactory.java
    Tue Jan 29 22:01:10 2008
@@ -184,7 +184,7 @@
     System.out.println("WARN: The method " + SLF4JLogFactory.class
         + "#release() was invoked.");
     System.out
-        .println("WARN: Please see http://www.slf4j.org/codes.html for an 
explanation.");
+        .println("WARN: Please see http://www.slf4j.org/codes.html#release for 
an explanation.");
     System.out.flush();
   }
 
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to