summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-10-07 15:17:41 +0300
committerSinisa@sinisa.nasamreza.org <>2002-10-07 15:17:41 +0300
commitc3bda04595401d0a9870417befdc4ae4bd52ceb2 (patch)
tree691e926b3a6e3ff3631c31d1458402bef51532ea
parentf1eab2774c385c0291ad8dadbd1a4d68cb3f06b0 (diff)
downloadmariadb-git-c3bda04595401d0a9870417befdc4ae4bd52ceb2.tar.gz
a fix for the typo in the last push
-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