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 134483cbb9 Fix recommended version in log message 134483cbb9 is described below commit 134483cbb9a22fab61176aaeffe7c284a906076b 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 6f7d280202..af126ea24e 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org