cleaned up debug wording a bit
authorFred Hamster <fred@gruntose.com>
Tue, 22 Apr 2025 13:21:06 +0000 (09:21 -0400)
committerFred Hamster <fred@gruntose.com>
Tue, 22 Apr 2025 13:21:06 +0000 (09:21 -0400)
scripts/core/functions.sh

index abe4acc8a20a82a4f26f33b241401acb70003b27..4820ffdd39b2b81a9d85c92cd01d79a40fffad1d 100644 (file)
@@ -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
 
   ##############