Index: /trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
===================================================================
--- /trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 29423)
+++ /trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 29424)
@@ -385,5 +385,8 @@
 
         next if $image->{fault};
-        next if ($stage ne "raw") and $image->{quality};
+        if (($stage ne "raw") and $image->{quality}) {
+            print STDERR "Selected $stage image has bad quality. Skipping.\n";
+            next;
+        }
 
         if ($base_name) {
@@ -1222,9 +1225,5 @@
                 my $images = runToolAndParse($command, $verbose);
                 if (!defined $images) {
-                    print "No components containing coordinates found for ${stage}_id $stage_id\n";
-                    foreach my $row (@$rowList) {
-                        # XXX: This doesn't seem like the correct error code?
-                        $row->{error_code} = $PSTAMP_NO_OVERLAP;
-                    }
+                    print "No  $c found for $stage ${stage}_id $stage_id\n";
                     next;
                 }
