소스 검색

Fixed typo in db_connect error handler

Serghey Rodin 11 년 전
부모
커밋
2593b5bd1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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