Skip to content

Commit

Permalink
one more log line
Browse files Browse the repository at this point in the history
  • Loading branch information
metrossb authored and bitle committed Dec 19, 2024
1 parent 48de44c commit 3b84a7a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ private boolean waitForStackToBeDeleted() {
}
sleep(stack, throttled);
}
logger.println("Stack status " + status + " in " + ((subTime - startTime) / 1000) + " seconds");
return StackStatus.DELETE_COMPLETE == status;
}

Expand Down Expand Up @@ -356,6 +357,7 @@ private Stack waitForStackToBeCreated() throws TimeoutException {
sleep(stack, throttled);
}
}
logger.println("Stack status " + status + " in " + ((subTime - startTime) / 1000) + " seconds");

printStackEvents();

Expand Down

0 comments on commit 3b84a7a

Please sign in to comment.