Skip to content

Commit

Permalink
feat(batlimit): better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Jul 29, 2024
1 parent d918f8f commit 4f029b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/batlimit/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ batlimit() {
return 1
fi

printf '\033[38;2;92;94;93mOld: \033[0m%s  \033[38;2;39;219;129mNew: \033[0m%s\n' "$current_limit" "$new_limit"
printf "OLD THRESHOLD: %s\n" "$current_limit"
printf "NEW THRESHOLD: %s\n" "$new_limit"
}

main() {
Expand Down

0 comments on commit 4f029b8

Please sign in to comment.