Author: markt
Date: Mon Sep 30 10:00:35 2013
New Revision: 1527503

URL: http://svn.apache.org/r1527503
Log:
Better debug messages

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties

Modified: 
tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties?rev=1527503&r1=1527502&r2=1527503&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties 
Mon Sep 30 10:00:35 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

Reply via email to