# HG changeset patch # User Dario Sestito # Date 1267715796 0 # Node ID 314156ec7d7cb41f205e07cd829ee7c3bf035777 # Parent c201f7c7df808b9d575c423d7c7caf586b69e560 Can't find mmp file should be severity Major diff -r c201f7c7df80 -r 314156ec7d7c uh_parser/RaptorError.pm --- a/uh_parser/RaptorError.pm Wed Mar 03 17:24:19 2010 +0000 +++ b/uh_parser/RaptorError.pm Thu Mar 04 15:16:36 2010 +0000 @@ -71,7 +71,7 @@ } elsif ($text =~ m,Can't find mmp file,) { - $severity = $RaptorCommon::SEVERITY_MINOR; + $severity = $RaptorCommon::SEVERITY_MAJOR; $subcategory = $CATEGORY_RAPTORERROR_CANTFINDMMPFILE; RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file, $line); }