From 2593b5bd1cdbd837f64cc22ba3a816080b787c2d Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 13 May 2014 12:36:48 +0300 Subject: [PATCH] Fixed typo in db_connect error handler --- func/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/rebuild.sh b/func/rebuild.sh index 862e5272..de3cc4fe 100644 --- a/func/rebuild.sh +++ b/func/rebuild.sh @@ -553,7 +553,7 @@ rebuild_mysql_database() { echo "Database connection to MySQL host $HOST failed" |\ $send_mail -s "$subj" $email fi - log_event "$E_CONNECT $EVENT" + log_event "$E_CONNECT" "$EVENT" exit $E_CONNECT fi