Skip to content

Commit

Permalink
Lower the volume a little on the success excitement in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Griffin committed Dec 8, 2021
1 parent 27e6a32 commit 2ddc7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/await
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ awaitLoop() {
local await_duration_summary="${yellow}$await_attempts${reset} attempt(s) taking ${yellow}$(( $await_elapsed / 60))m$(( $await_elapsed % 60))s${reset}"
if [[ $(cat $tmp_await_status) == "True" ]]
then
log -p "\n${green}Success!${reset} All conditions satisfied after $await_duration_summary!"
log -p "\n${green}Success!${reset} All conditions satisfied after $await_duration_summary."
else
log -p "\n${red}Timeout exceeded.${reset} Failed to meet condition(s) after $await_duration_summary."
exit 111
Expand Down

0 comments on commit 2ddc7fc

Please sign in to comment.