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 2015/02/17 16:17:27 UTC

svn commit: r1660407 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Author: markt
Date: Tue Feb 17 15:17:27 2015
New Revision: 1660407

URL: http://svn.apache.org/r1660407
Log:
Tweak debug message

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1660407&r1=1660406&r2=1660407&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Tue Feb 17 15:17:27 2015
@@ -1010,7 +1010,7 @@ public class Nio2Endpoint extends Abstra
             } else {
                 if (!readPending.tryAcquire()) {
                     if (log.isDebugEnabled()) {
-                        log.debug("Socket: [" + this + "], Read: [0]");
+                        log.debug("Socket: [" + this + "], Read in progress. Returning [0]");
                     }
                     return 0;
                 }



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