Skip to content

Commit

Permalink
some more log message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishna-patnala committed Sep 11, 2024
1 parent 76abf5d commit 8d416b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ public Answer sendTo(final Long dcId, final HypervisorType type, final Command c
public Answer send(final Long hostId, final Command cmd) throws AgentUnavailableException, OperationTimedoutException {
final Commands cmds = new Commands(Command.OnError.Stop);
cmds.addCommand(cmd);
logger.debug(String.format("Wait time set on the command %s is %d seconds", cmd, cmd.getWait()));
send(hostId, cmds, cmd.getWait());
final Answer[] answers = cmds.getAnswers();
if (answers != null && !(answers[0] instanceof UnsupportedAnswer)) {
Expand Down

0 comments on commit 8d416b6

Please sign in to comment.