Changeset 18253 for trunk/DataCheck


Ignore:
Timestamp:
06/20/15 21:23:06 (9 years ago)
Author:
Daniela Dorner
Message:
removed not needed logging
Location:
trunk/DataCheck/Processing
Files:
4 edited

Legend:

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

    r17907 r18253  
    9090   then
    9191      printprocesslog "WARN "$fschumfile" not found."
    92       echo "WARN "$fschumfile" not found."
     92      #echo "WARN "$fschumfile" not found."
    9393   else
    9494      humnumerrors=`fverify $fschumfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
  • trunk/DataCheck/Processing/FillAuxCtrDev.sh

    r17907 r18253  
    8787   then
    8888      printprocesslog "WARN "$trackingfile" not found."
    89       echo "WARN "$trackingfile" not found."
     89      #echo "WARN "$trackingfile" not found."
    9090      continue
    9191   else
  • trunk/DataCheck/Processing/FillAuxTemp.sh

    r17907 r18253  
    8686   then
    8787      printprocesslog "WARN "$magicweatherfile" not found."
    88       echo "WARN "$magicweatherfile" not found."
     88      #echo "WARN "$magicweatherfile" not found."
    8989   else
    9090      weathernumerrors=`fverify $magicweatherfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
     
    9999   then
    100100      printprocesslog "WARN "$fsctempfile" not found."
    101       echo "WARN "$fsctempfile" not found."
     101      #echo "WARN "$fsctempfile" not found."
    102102   else
    103103      tempnumerrors=`fverify $fsctempfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
  • trunk/DataCheck/Processing/FillDrsTemp.sh

    r17907 r18253  
    9090   then
    9191      printprocesslog "WARN "$drstempfile" not found."
    92       echo "WARN "$drstempfile" not found."
     92      #echo "WARN "$drstempfile" not found."
    9393   else
    9494      tempnumerrors=`fverify $drstempfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
Note: See TracChangeset for help on using the changeset viewer.