From e1e93f7c99f063d109ff59fceddc9b9070114ab8 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Oct 2002 15:17:41 +0300 Subject: a fix for the typo in the last push --- scripts/mysqld_safe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mysqld_safe.sh') diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index 840b937519a..9dea2eb3935 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -307,7 +307,7 @@ do done fi - echo "`date +'%y%m%d %H:%M:%S' mysqld restarted" | tee -a $err_log + echo "`date +'%y%m%d %H:%M:%S'` mysqld restarted" | tee -a $err_log done echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log -- cgit v1.2.1