diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-10-07 15:17:41 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-10-07 15:17:41 +0300 |
commit | c3bda04595401d0a9870417befdc4ae4bd52ceb2 (patch) | |
tree | 691e926b3a6e3ff3631c31d1458402bef51532ea | |
parent | f1eab2774c385c0291ad8dadbd1a4d68cb3f06b0 (diff) | |
download | mariadb-git-c3bda04595401d0a9870417befdc4ae4bd52ceb2.tar.gz |
a fix for the typo in the last push
-rw-r--r-- | scripts/mysqld_safe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |