diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-10-07 15:07:45 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-10-07 15:07:45 +0300 |
commit | 690cba1a6fd8d084ae3880de55bd0d11d4e49c41 (patch) | |
tree | 950f497a4297df62dbb469d04ed62fd8c8ef87de /scripts | |
parent | 32b25cbfcedb7a6471d860de33d5cba7c0dcf2c3 (diff) | |
download | mariadb-git-690cba1a6fd8d084ae3880de55bd0d11d4e49c41.tar.gz |
fix for a small typo in the last push
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/safe_mysqld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/safe_mysqld.sh b/scripts/safe_mysqld.sh index 177a809ff36..2b625dbdfa3 100644 --- a/scripts/safe_mysqld.sh +++ b/scripts/safe_mysqld.sh @@ -269,7 +269,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 |