Skip to content

Commit 5e304b9

Browse files
duplicated "for"
1 parent d0a2f7b commit 5e304b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ protected AgentAttache createAttacheForConnect(final HostVO host, final Link lin
286286

287287
@Override
288288
protected AgentAttache createAttacheForDirectConnect(final Host host, final ServerResource resource) {
289-
s_logger.debug(String.format("Create ClusteredDirectAgentAttache for for %s.", host));
289+
s_logger.debug(String.format("Create ClusteredDirectAgentAttache for %s.", host));
290290
final DirectAgentAttache attache = new ClusteredDirectAgentAttache(this, host.getId(), host.getName(), _nodeId, resource, host.isInMaintenanceStates());
291291
AgentAttache old = null;
292292
synchronized (_agents) {

0 commit comments

Comments
 (0)