Index: trunk/DataCheck/Processing/FillAuxData.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxData.sh	(revision 18661)
+++ trunk/DataCheck/Processing/FillAuxData.sh	(revision 18662)
@@ -192,5 +192,6 @@
          continue
       fi
-      echo $rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf
+      #echo $rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf
+      printprocesslog "DEBUG "$rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf
       # assuming that at least TSTARTI and TSTOPI are consistent
       if [ $tstarti -gt 30000 ]
@@ -206,5 +207,6 @@
          tstop=`echo " $tstopi + $tstopf " | bc -l`
       fi
-      echo $rawfile" "$tstart" "$tstop
+      #echo $rawfile" "$tstart" "$tstop
+      printprocesslog "DEBUG  "$rawfile" "$tstart" "$tstop
       # code for very old data
       #if [ $runnumber -eq 20111123 ] 
