This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 3688ba1 Updated log message 3688ba1 is described below commit 3688ba1d3466f26c28b9b8cbe0d2b2c60b69e31b Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Apr 24 18:31:26 2020 +0100 Updated log message Originally changed in Tomcat Native. Updating here as 10.0.x is currently viewed as the master copy. --- java/org/apache/tomcat/jni/Library.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/jni/Library.java b/java/org/apache/tomcat/jni/Library.java index 45956e1..9034e23 100644 --- a/java/org/apache/tomcat/jni/Library.java +++ b/java/org/apache/tomcat/jni/Library.java @@ -249,7 +249,7 @@ public final class Library { aprVersionString() + ")"); } if (!APR_HAS_THREADS) { - throw new UnsatisfiedLinkError("Missing APR_HAS_THREADS"); + throw new UnsatisfiedLinkError("Missing threading support from APR"); } } return initialize(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org