This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 3080f8f47f HDDS-9469. Fix log message in SCMServiceManager#start 
(#5475)
3080f8f47f is described below

commit 3080f8f47f185f8acb7bd6fbb2fbecb3f50c1d58
Author: Navink <[email protected]>
AuthorDate: Sun Oct 22 15:12:32 2023 +0530

    HDDS-9469. Fix log message in SCMServiceManager#start (#5475)
---
 .../src/main/java/org/apache/hadoop/hdds/scm/ha/SCMServiceManager.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMServiceManager.java
 
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMServiceManager.java
index 2ab8f8ea24..efb66a3d84 100644
--- 
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMServiceManager.java
+++ 
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMServiceManager.java
@@ -69,7 +69,7 @@ public final class SCMServiceManager {
    */
   public synchronized void start() {
     for (SCMService service : services) {
-      LOG.debug("Stopping service:{}.", service.getServiceName());
+      LOG.debug("Starting service:{}.", service.getServiceName());
       try {
         service.start();
       } catch (SCMServiceException e) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to