DaanHoogland commented on code in PR #10042:
URL: https://github.com/apache/cloudstack/pull/10042#discussion_r1954242322


##########
engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java:
##########
@@ -1397,9 +1397,10 @@ private void processHostHealthCheckResult(Boolean 
hostHealthCheckResult, long ho
                 logger.error("Unable to find host with ID: {}", hostId);
                 return;
             }
+
             if 
(!BooleanUtils.toBoolean(EnableKVMAutoEnableDisable.valueIn(host.getClusterId())))
 {
                 logger.debug("{} is disabled for the cluster {}, cannot 
process the health check result " +
-                        "received for the host {}", 
EnableKVMAutoEnableDisable.key(), host.getClusterId(), host);
+                        "received for the host %s", 
EnableKVMAutoEnableDisable.key(), host.getClusterId(), host.getName());

Review Comment:
   ```suggestion
                           "received for the host {}", 
EnableKVMAutoEnableDisable.key(), host.getClusterId(), host.getName());
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to