summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-10-07 15:17:41 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-10-07 15:17:41 +0300
commite1e93f7c99f063d109ff59fceddc9b9070114ab8 (patch)
tree691e926b3a6e3ff3631c31d1458402bef51532ea /scripts
parentcae4e7e542f556d3744ff799d6d8efa631c7b839 (diff)
downloadmariadb-git-e1e93f7c99f063d109ff59fceddc9b9070114ab8.tar.gz
a fix for the typo in the last push
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysqld_safe.sh2
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