changeset 386 | 62c9e8d019fc |
parent 383 | 52675b624b66 |
child 764 | d00048f1b036 |
381:ad45f298ad85 | 386:62c9e8d019fc |
---|---|
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 |