--- 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,)
{