Index: trunk/ippScripts/scripts/detrend_resid_exp.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_resid_exp.pl	(revision 19817)
+++ trunk/ippScripts/scripts/detrend_resid_exp.pl	(revision 19818)
@@ -122,4 +122,5 @@
     # since I can't figure out how to do input and output within PERL, I'm writing to a temp file
     my ($statFile, $statName) = tempfile( "/tmp/$exp_tag.detresid.$det_id.$iter.stats.XXXX", UNLINK => !$save_temps );
+    print "saving stats to $statName\n";
     foreach my $line (@$stdout_buf) {
         print $statFile $line;
@@ -139,5 +140,4 @@
         $cmdflags .= " $line";
     }
-    print "cmdflags: $cmdflags\n";
 }
 
