X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;fp=scripts%2Fcore%2Ffunctions.sh;h=c99cb0b6ff305de050d2cd176f235f7eef25c528;hb=da79480d6d2efe23173e659a4b7a27e29809387b;hp=6cf06befe3dab0933527c0aee82bb9c59caca2d1;hpb=870c9f51bee45e973d2c2cb4f8a9eec906d44bcc;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 6cf06bef..c99cb0b6 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -221,7 +221,7 @@ if [ -z "$skip_all" ]; then # accepts any number of arguments and outputs them to the feisty meow event log. function log_feisty_meow_event() { - echo -e "$(date_stringer) -- ${USER}@$(hostname): $*" >> "$FEISTY_MEOW_EVENT_LOG" + echo -e "$(timestamper)-- ${USER}@$(hostname): $*" >> "$FEISTY_MEOW_EVENT_LOG" } ############## @@ -525,7 +525,7 @@ if [ -z "$skip_all" ]; then function regenerate() { # do the bootstrapping process again. save_terminal_title - echo "regenerating feisty meow script environment." + echo "$(timestamper)regenerating feisty meow script environment." bash $FEISTY_MEOW_SCRIPTS/core/reconfigure_feisty_meow.sh echo # force a full reload by turning off sentinel variables and methods.