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 2022/07/13 10:13:11 UTC

[tomcat] branch 10.0.x updated: Fix recommended version in log message

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

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


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

commit d8582df92a2397e9b0121098cd6d069f995095ad
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 7038af8ae7..59f4973773 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -250,7 +250,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org