This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 26e2184e7f43bd8512fe5a4652651a96c3b181c5 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 93d35769e6..25e36bd500 100644 --- a/java/org/apache/tomcat/util/modeler/Registry.java +++ b/java/org/apache/tomcat/util/modeler/Registry.java @@ -448,7 +448,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