Skip to content

Commit 2593b5b

Browse files
committed
Fixed typo in db_connect error handler
1 parent a48a8df commit 2593b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ rebuild_mysql_database() {
553553
echo "Database connection to MySQL host $HOST failed" |\
554554
$send_mail -s "$subj" $email
555555
fi
556-
log_event "$E_CONNECT $EVENT"
556+
log_event "$E_CONNECT" "$EVENT"
557557
exit $E_CONNECT
558558
fi
559559

0 commit comments

Comments
 (0)