You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/04/24 17:33:33 UTC

[tomcat] branch 7.0.x updated: Updated log message

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 004603f  Updated log message
004603f is described below

commit 004603ffa9f26cc9fc4ccaf526c58a421ccd94d3
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 6fe731d..5f1fad9 100644
--- a/java/org/apache/tomcat/jni/Library.java
+++ b/java/org/apache/tomcat/jni/Library.java
@@ -221,7 +221,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org