author | Dario Sestito <darios@symbian.org> |
Thu, 04 Mar 2010 15:16:36 +0000 | |
changeset 181 | 314156ec7d7c |
parent 180 | c201f7c7df80 |
child 182 | d7b846505d9e |
--- 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); }