Author: markt Date: Mon Sep 30 10:01:38 2013 New Revision: 1527504 URL: http://svn.apache.org/r1527504 Log: Better debug messages
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties?rev=1527504&r1=1527503&r2=1527504&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties Mon Sep 30 10:01:38 2013 @@ -25,8 +25,8 @@ endpoint.warn.unlockAcceptorFailed=Accep endpoint.warn.executorShutdown=The executor associated with thread pool [{0}] has not fully shutdown. Some application threads may still be running. endpoint.debug.channelCloseFail=Failed to close channel endpoint.debug.destroySocket=socket [{0}], doIt [{1}] -endpoint.debug.pollerAdd=socket [{0}], timeout [{1}], flags [{2}] -endpoint.debug.pollerAddDo=socket [{0}] +endpoint.debug.pollerAdd=Add to addList socket [{0}], timeout [{1}], flags [{2}] +endpoint.debug.pollerAddDo=Add to poller socket [{0}] endpoint.debug.pollerProcess=Processing socket [{0}] for event(s) [{1}] endpoint.debug.socket=socket [{0}] endpoint.debug.socketCloseFail=Failed to close socket --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org