From: Kevin Day Date: Fri, 21 Mar 2014 22:29:27 +0000 (-0500) Subject: Bugfix: rename standard_datetimestamp_safe to kit_core_datetimestamp_safe X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=693694c8ce29e3ca508451df8ce415e480f6177e;p=kit-legacy Bugfix: rename standard_datetimestamp_safe to kit_core_datetimestamp_safe This was overlooked in the commit 67e08ee. --- diff --git a/sources/sh/kit-log b/sources/sh/kit-log index 4776d65..f8b72a7 100755 --- a/sources/sh/kit-log +++ b/sources/sh/kit-log @@ -14,7 +14,7 @@ kit_log_section() { fi echo >> $logs_path$logs_file - echo "$(standard_datetimestamp_safe):" >> $logs_path$logs_file + echo "$(kit_core_datetimestamp_safe):" >> $logs_path$logs_file } kit_log_message() {