From: Fred Hamster Date: Tue, 22 Apr 2025 13:21:06 +0000 (-0400) Subject: cleaned up debug wording a bit X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1a739a6bd4a07367c75ed8a85f70142fd64732a4;p=feisty_meow.git cleaned up debug wording a bit --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index abe4acc8..4820ffdd 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -22,7 +22,7 @@ fi if [ -z "$skip_all" ]; then if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then - echo "feisty meow function definitions beginning now..." + echo "establishing feisty meow function definitions..." fi # a handy little method that can be used for date strings. it was getting @@ -1225,7 +1225,7 @@ return 0 return 0; } - if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo "feisty meow function definitions done."; fi + if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo "feisty meow functions are now defined."; fi ##############