This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit dd8c37ec8ac2bba4a2988f35ca5823311e1fb96c Author: Zishuo Ding <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
