Changeset 18662 for trunk


Ignore:
Timestamp:
11/02/16 03:28:00 (8 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillAuxData.sh

    r18471 r18662  
    192192         continue
    193193      fi
    194       echo $rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf
     194      #echo $rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf
     195      printprocesslog "DEBUG "$rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf
    195196      # assuming that at least TSTARTI and TSTOPI are consistent
    196197      if [ $tstarti -gt 30000 ]
     
    206207         tstop=`echo " $tstopi + $tstopf " | bc -l`
    207208      fi
    208       echo $rawfile" "$tstart" "$tstop
     209      #echo $rawfile" "$tstart" "$tstop
     210      printprocesslog "DEBUG  "$rawfile" "$tstart" "$tstop
    209211      # code for very old data
    210212      #if [ $runnumber -eq 20111123 ]
Note: See TracChangeset for help on using the changeset viewer.