Index: trunk/tools/errors.pl
===================================================================
--- trunk/tools/errors.pl	(revision 27720)
+++ trunk/tools/errors.pl	(revision 27721)
@@ -49,5 +49,5 @@
 my $label_table;                # Table with label
 if ($stage eq "diff") {
-    $sql = "SELECT diff_id, skycell_id, hostname, path_base FROM diffRun JOIN diffSkyfile USING(diff_id) WHERE fault != 0";
+    $sql = "SELECT diff_id, skycell_id, hostname, path_base FROM diffRun JOIN diffSkyfile USING(diff_id) WHERE fault != 0 AND state = 'new'";
     $label_table = "diffRun";
     $fault_table = "diffSkyfile";
