uh_parser/uh.pl
changeset 290 2ca4533db9fe
parent 286 8e1488905621
child 295 2b7e66ca13ba
--- a/uh_parser/uh.pl	Thu Sep 02 11:18:44 2010 +0100
+++ b/uh_parser/uh.pl	Thu Sep 02 11:48:45 2010 +0100
@@ -319,7 +319,7 @@
 			$failuresbyseverity = $recipe_failures_num_by_severity->{$package}->{$_} if (defined $recipe_failures_num_by_severity->{$package}->{$_});
 			$packageline .= "<td>$failuresbyseverity</td>";
 		}
-		#print "package $package, releasables in this package: $releaseables_by_package->{$package}\n";
+		print "package $package, releasables in this package: $releaseables_by_package->{$package}\n";
 		$packageline .= "<td>".$missing_by_package->{$package}."/".$releaseables_by_package->{$package}."</td>" if ($missing);
 		$packageline .= "</tr>\n";
 		print AGGREGATED "$packageline\n";