You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/22 23:59:55 UTC

svn commit: r1516634 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

Author: markt
Date: Thu Aug 22 21:59:55 2013
New Revision: 1516634

URL: http://svn.apache.org/r1516634
Log:
Restore line incorrectly removed in r1516416
Thanks due to rjung for spotting my error

Modified:
    tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/OneLineFormatter.java?rev=1516634&r1=1516633&r2=1516634&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/juli/OneLineFormatter.java (original)
+++ tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Thu Aug 22 21:59:55 2013
@@ -194,6 +194,7 @@ public class OneLineFormatter extends Fo
             if (threadInfo == null) {
                 return Long.toString(logRecordThreadId);
             }
+            result = threadInfo.getThreadName();
         }
 
         cache.put(Integer.valueOf(logRecordThreadId), result);



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