diff -r 1f07674ec99f -r 5069de517698 common/tools/brag/logToBRAG.pl --- a/common/tools/brag/logToBRAG.pl Tue Nov 10 16:52:27 2009 +0000 +++ b/common/tools/brag/logToBRAG.pl Wed Nov 11 13:22:02 2009 +0000 @@ -100,7 +100,7 @@ { last if $rule->{severity} eq "ignore"; # We found a match - my $failure = bless{ Kids => [ bless { Text => $line }, "Characters" ] }, "failure"; + my $failure = bless{ Kids => [ bless { Kids => [ bless { Text => $line }, "Characters" ]}, "effect"] }, "failure"; # Ensure we have a tag for this severity if (!exists $severityShortcut->{$rule->{severity}}) {