Use better explanation
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Oct 2010 08:55:12 +0000 (08:55 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Oct 2010 08:55:12 +0000 (08:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004147 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/AprEndpoint.java
java/org/apache/tomcat/util/net/res/LocalStrings.properties

index 8b5df23..33b9772 100644 (file)
@@ -619,7 +619,7 @@ public class AprEndpoint extends AbstractEndpoint {
                         // Ignore
                     }
                     if (c++ > 60) {
-                        log.warn(sm.getString("endpoint.warn.unlockAcceptFailed",
+                        log.warn(sm.getString("endpoint.warn.unlockAcceptorFailed",
                                  acceptors[i].getName()));
                         // If the Acceptor is still running force
                         // the hard socket close.
index 95c3aa3..5e7941a 100644 (file)
@@ -42,4 +42,4 @@ endpoint.sendfile.error=Unexpected sendfile error
 endpoint.sendfile.addfail=Sendfile failure: [{0}] {1}
 endpoint.sendfile.nosupport=Disabling sendfile, since either the APR version or the system doesn't support it
 endpoint.warn.noInsecureReneg=Secure renegotation is not supported by the SSL library {0}
-endpoint.warn.unlockAcceptFailed=unlockAccept call failed for Acceptor thread [{0}]
+endpoint.warn.unlockAcceptorFailed=Acceptor thread [{0}] failed to unlock. Forcing hard socket shutdown.