changeset 249 | 06db82e8efc6 |
parent 238 | 09b83ca8e0cf |
child 267 | a02973783e64 |
--- 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); }