diff -r ad45f298ad85 -r 62c9e8d019fc common/tools/raptor/RaptorInfo.pm --- a/common/tools/raptor/RaptorInfo.pm Fri Aug 28 10:25:09 2009 +0100 +++ b/common/tools/raptor/RaptorInfo.pm Wed Sep 02 11:23:48 2009 +0100 @@ -42,7 +42,7 @@ { my ($text) = @_; - my $severity = $RaptorCommon::SEVERITY_UNKNOWN; + my $severity = ''; if ($text =~ m,unmatchable,) {