Skip to content

Commit 155665a

Browse files
committed
revert newline
1 parent 6282548 commit 155665a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,6 @@ private void processHostHealthCheckResult(Boolean hostHealthCheckResult, long ho
13971397
logger.error("Unable to find host with ID: {}", hostId);
13981398
return;
13991399
}
1400-
14011400
if (!BooleanUtils.toBoolean(EnableKVMAutoEnableDisable.valueIn(host.getClusterId()))) {
14021401
logger.debug("{} is disabled for the cluster {}, cannot process the health check result " +
14031402
"received for the host {}", EnableKVMAutoEnableDisable.key(), host.getClusterId(), host.getName());

0 commit comments

Comments
 (0)