Skip to content

Commit 8d416b6

Browse files
some more log message fix
1 parent 76abf5d commit 8d416b6

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
@@ -360,7 +360,6 @@ public Answer sendTo(final Long dcId, final HypervisorType type, final Command c
360360
public Answer send(final Long hostId, final Command cmd) throws AgentUnavailableException, OperationTimedoutException {
361361
final Commands cmds = new Commands(Command.OnError.Stop);
362362
cmds.addCommand(cmd);
363-
logger.debug(String.format("Wait time set on the command %s is %d seconds", cmd, cmd.getWait()));
364363
send(hostId, cmds, cmd.getWait());
365364
final Answer[] answers = cmds.getAnswers();
366365
if (answers != null && !(answers[0] instanceof UnsupportedAnswer)) {

0 commit comments

Comments
 (0)