swap INFO for DEBUG

This commit is contained in:
2024-02-07 15:16:51 -07:00
parent 261bbee1a4
commit a90482de8c
7 changed files with 9 additions and 11 deletions

View File

@ -99,8 +99,8 @@ TALLY() {
true ) printf "$NEW_VALUE" ;;
false )
case $TALLY_NAME in
default ) INFO "current tally : $NEW_VALUE" ;;
* ) INFO "$TALLY_NAME : $NEW_VALUE" ;;
default ) SUCCESS "current tally : $NEW_VALUE" ;;
* ) SUCCESS "$TALLY_NAME : $NEW_VALUE" ;;
esac
esac
}