Author: fschumacher
Date: Sat Sep 12 20:02:44 2015
New Revision: 1702676
URL: http://svn.apache.org/r1702676
Log:
Use LocalStrings key endpoint.timeout.err instead of the missing entry
endpoint.timeout.error
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java?rev=1702676&r1=1702675&r2=1702676&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Sat Sep 12
20:02:44 2015
@@ -1868,7 +1868,7 @@ public class AprEndpoint extends Abstrac
}
} catch (Throwable t) {
ExceptionUtils.handleThrowable(t);
- getLog().warn(sm.getString("endpoint.timeout.error"), t);
+ getLog().warn(sm.getString("endpoint.timeout.err"), t);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]