From 693694c8ce29e3ca508451df8ce415e480f6177e Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 21 Mar 2014 17:29:27 -0500 Subject: [PATCH] Bugfix: rename standard_datetimestamp_safe to kit_core_datetimestamp_safe This was overlooked in the commit 67e08ee. --- sources/sh/kit-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 1.8.3.1