X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/5539acb42d1b0b9a9f9b6c8153c1b821a0311d16..1deb8ac509c147da57d35183b3fa06a9ad36f76a:/src/ruleparser.cpp diff --git a/src/ruleparser.cpp b/src/ruleparser.cpp index c59b44b..3297d77 100644 --- a/src/ruleparser.cpp +++ b/src/ruleparser.cpp @@ -121,8 +121,7 @@ void Rules::load() match = Match(); match.rx = QRegExp(matchLine.cap(1), Qt::CaseSensitive, QRegExp::RegExp2); } else { - qWarning() << "Malformed line in configure file:" << origLine; - state = ReadingNone; + qFatal("Malformed line in rules file: %s", qPrintable(origLine)); } } }