Explorar o código

Fixed typo in db_connect error handler

Serghey Rodin %!s(int64=11) %!d(string=hai) anos
pai
achega
2593b5bd1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      func/rebuild.sh

+ 1 - 1
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