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

commit 4f066532f462b66b42869c846c05a39c91f6809b
Author: Zishuo Ding <zi_d...@encs.concordia.ca>
AuthorDate: Wed May 11 11:03:59 2022 -0400

    refine the log message
---
 java/org/apache/tomcat/util/modeler/Registry.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/modeler/Registry.java 
b/java/org/apache/tomcat/util/modeler/Registry.java
index a15fb0db2f..84cf831420 100644
--- a/java/org/apache/tomcat/util/modeler/Registry.java
+++ b/java/org/apache/tomcat/util/modeler/Registry.java
@@ -462,7 +462,7 @@ public class Registry implements RegistryMBean, 
MBeanRegistration {
                     } else {
                         server = ManagementFactory.getPlatformMBeanServer();
                         if (log.isDebugEnabled()) {
-                            log.debug("Creating MBeanServer" + 
(System.currentTimeMillis() - t1));
+                            log.debug("Created MBeanServer" + 
(System.currentTimeMillis() - t1));
                         }
                     }
                 }


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

Reply via email to