Author: markt
Date: Thu Feb  9 18:16:23 2012
New Revision: 1242434

URL: http://svn.apache.org/viewvc?rev=1242434&view=rev
Log:
Fix comment

Modified:
    tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java

Modified: tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java?rev=1242434&r1=1242433&r2=1242434&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java (original)
+++ tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java Thu Feb  9 
18:16:23 2012
@@ -171,7 +171,7 @@ class DirectJDKLog implements Log {
             // Hack (?) to get the stack trace.
             Throwable dummyException=new Throwable();
             StackTraceElement locations[]=dummyException.getStackTrace();
-            // Caller will be the third element (or later if logger is wrapped)
+            // Caller will be the third element
             String cname = "unknown";
             String method = "unknown";
             if (locations != null && locations.length >2) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to