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 31a75f5ec2 Use correct log
31a75f5ec2 is described below

commit 31a75f5ec2679f836254624d8b0a14b8cede5eaf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 20 07:54:38 2025 +0000

    Use correct log
---
 java/org/apache/tomcat/util/compat/JreCompat.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/compat/JreCompat.java 
b/java/org/apache/tomcat/util/compat/JreCompat.java
index cb009eb052..396a312f73 100644
--- a/java/org/apache/tomcat/util/compat/JreCompat.java
+++ b/java/org/apache/tomcat/util/compat/JreCompat.java
@@ -47,7 +47,7 @@ import org.apache.tomcat.util.res.StringManager;
  */
 public class JreCompat {
 
-    private static final Log log = LogFactory.getLog(Jre21Compat.class);
+    private static final Log log = LogFactory.getLog(JreCompat.class);
     private static final StringManager sm = 
StringManager.getManager(JreCompat.class);
 
     private static final int RUNTIME_MAJOR_VERSION = 8;


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

Reply via email to