Skip to content
Prev Previous commit
Next Next commit
revert newline
  • Loading branch information
Pearl1594 committed Feb 13, 2025
commit 155665a474692116379719927299008fdb959319
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,6 @@ 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.getName());
Comment thread
Pearl1594 marked this conversation as resolved.
Outdated
Expand Down