opensubscriber
   Find in this group all groups
 
Unknown more information…

d : dev@tomcat.apache.org 13 September 2009 • 12:13AM -0400

svn commit: r814180 - /tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java
by markt

REPLY TO AUTHOR
 
REPLY TO GROUP




Author: markt
Date: Sat Sep 12 16:13:14 2009
New Revision: 814180

URL: http://svn.apache.org/viewvc?rev=814180&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47826
Broken debug message

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java?rev=814180&r1=814179&r2=814180&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java Sat Sep 12 16:13:14 2009
@@ -142,7 +142,7 @@
                 }
             }
             if (replace && log.isDebugEnabled())
-                log.debug("Expanded " + before + " to " + replace);
+                log.debug("Expanded " + before + " to " + repository);

             // Check for a JAR URL repository
             try {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomc...
For additional commands, e-mail: dev-help@tomc...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

opensubscriber is not affiliated with the authors of this message nor responsible for its content.