diff -r b20b2eae00e9 -r 06db82e8efc6 uh_parser/RaptorError.pm --- a/uh_parser/RaptorError.pm Thu May 27 14:19:36 2010 +0100 +++ b/uh_parser/RaptorError.pm Fri May 28 15:41:53 2010 +0100 @@ -127,7 +127,7 @@ } elsif ($text =~ m,win32/mingw/bin/cpp\.exe:.*:.*: No such file or directory,) { - $severity = $RaptorCommon::SEVERITY_MAJOR; + $severity = $RaptorCommon::SEVERITY_CRITICAL; $subcategory = $CATEGORY_RAPTORERROR_CPPEXENOSUCHFILEORDIRECTORY; RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file); }