diff -r cc469b3fe547 -r 52675b624b66 common/tools/raptor/RaptorInfo.pm --- a/common/tools/raptor/RaptorInfo.pm Mon Aug 24 15:09:22 2009 +0100 +++ b/common/tools/raptor/RaptorInfo.pm Wed Aug 26 12:30:59 2009 +0100 @@ -42,7 +42,7 @@ { my ($text) = @_; - my $severity = $RaptorCommon::SEVERITY_UNKNOWN; + my $severity = ''; if ($text =~ m,unmatchable,) {