Skip to content

Commit 6282548

Browse files
committed
debug log
1 parent c4e4fb9 commit 6282548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ private void processHostHealthCheckResult(Boolean hostHealthCheckResult, long ho
14001400

14011401
if (!BooleanUtils.toBoolean(EnableKVMAutoEnableDisable.valueIn(host.getClusterId()))) {
14021402
logger.debug("{} is disabled for the cluster {}, cannot process the health check result " +
1403-
"received for the host %s", EnableKVMAutoEnableDisable.key(), host.getClusterId(), host.getName());
1403+
"received for the host {}", EnableKVMAutoEnableDisable.key(), host.getClusterId(), host.getName());
14041404
return;
14051405
}
14061406

0 commit comments

Comments
 (0)