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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new a0d21a4bcf Fix recommended version in log message
a0d21a4bcf is described below

commit a0d21a4bcff5d04dd3d5f3cb9b330ee44af40e8f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 13 11:12:25 2022 +0100

    Fix recommended version in log message
---
 java/org/apache/catalina/core/AprLifecycleListener.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java 
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 88b27c83ef..301e3623e2 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -256,7 +256,7 @@ public class AprLifecycleListener implements 
LifecycleListener {
         if (tcnVersion < rcver) {
             initInfoLogMessages.add(sm.getString("aprListener.tcnVersion",
                     Library.versionString(),
-                    TCN_REQUIRED_MAJOR + "." +
+                    TCN_RECOMMENDED_MAJOR + "." +
                     TCN_RECOMMENDED_MINOR + "." +
                     TCN_RECOMMENDED_PV));
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to