common/tools/raptor/RaptorInfo.pm
changeset 374 52675b624b66
parent 227 51e429810aba
equal deleted inserted replaced
373:cc469b3fe547 374:52675b624b66
    40 
    40 
    41 sub process
    41 sub process
    42 {
    42 {
    43 	my ($text) = @_;
    43 	my ($text) = @_;
    44 	
    44 	
    45 	my $severity = $RaptorCommon::SEVERITY_UNKNOWN;
    45 	my $severity = '';
    46 	
    46 	
    47 	if ($text =~ m,unmatchable,)
    47 	if ($text =~ m,unmatchable,)
    48 	{
    48 	{
    49 		$severity = $RaptorCommon::SEVERITY_CRITICAL;
    49 		$severity = $RaptorCommon::SEVERITY_CRITICAL;
    50 		
    50