Index: trunk/ippScripts/scripts/publish_file.pl
===================================================================
--- trunk/ippScripts/scripts/publish_file.pl	(revision 34478)
+++ trunk/ippScripts/scripts/publish_file.pl	(revision 34479)
@@ -198,4 +198,5 @@
         $filename = $resolved;
 
+	warn("Getting info from camera stage $cam_id");
 	my $cam_id = $comp->{cam_id_1};
 	my $cam_command =  "$camtool -processedexp -cam_id $cam_id";
@@ -211,4 +212,5 @@
 	my $cam_comp = $$cam_components[0];
 
+	warn("Getting info from raw stage $exp_id");
 	my $exp_id = $comp->{exp_id_1};
 	my $reg_command =  "$regtool -processedimfile -exp_id $exp_id";
@@ -242,4 +244,5 @@
         };
 
+	warn("Checking for positive");
         diff_check(\%positive, $data, "positive");
 
@@ -279,4 +282,5 @@
             };
 
+	    warn("Checking for negative");
             diff_check(\%negative, $data, "negative");
 
