Can't find mmp file should be severity Major
authorDario Sestito <darios@symbian.org>
Thu, 04 Mar 2010 15:16:36 +0000
changeset 180 314156ec7d7c
parent 179 c201f7c7df80
child 181 d7b846505d9e
Can't find mmp file should be severity Major
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);
 	}