Fixed typo in db_connect error handler

This commit is contained in:
Serghey Rodin 2014-05-13 12:36:48 +03:00
commit 2593b5bd1c

View file

@ -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