]> Kevux Git Server - kit-legacy/commitdiff
Bugfix: rename standard_datetimestamp_safe to kit_core_datetimestamp_safe
authorKevin Day <thekevinday@gmail.com>
Fri, 21 Mar 2014 22:29:27 +0000 (17:29 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 21 Mar 2014 22:29:27 +0000 (17:29 -0500)
This was overlooked in the commit 67e08ee.

sources/sh/kit-log

index 4776d65e670aee654e904afb1163cf02f5e40493..f8b72a79112fd731ca48ddefb4f44549d182969d 100755 (executable)
@@ -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() {