Changeset 19487 for trunk/DataCheck


Ignore:
Timestamp:
04/04/19 18:12:05 (5 years ago)
Author:
Daniela Dorner
Message:
print only warning if the missing file is older than a few days
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Transfer/RsyncRawToISDC.sh

    r18873 r19487  
    6767   if [ "$lpfile" == "" ]
    6868   then
    69       echo $nightrun" not yet available on data."
    70       printprocesslog "INFO "$nightrun" not yet available on data."
     69      #echo $nightrun" not yet available on data."
     70      #printprocesslog "INFO "$nightrun" not yet available on data."
     71      if [ $night -le $checknight ]
     72      then
     73         printprocesslog "WARN "$nightrun" not yet available on data."
     74      else
     75         printprocesslog "INFO "$nightrun" not yet available on data."
     76      fi
    7177      continue
    7278   else
     
    8692   then
    8793      #echo $rawfilelp" not yet available on data."
    88       printprocesslog "INFO "$rawfilelp" not yet available on data."
     94      #printprocesslog "INFO "$rawfilelp" not yet available on data."
     95      if [ $night -le $checknight ]
     96      then
     97         printprocesslog "WARN "$rawfilelp" not yet available on data."
     98      else
     99         printprocesslog "INFO "$rawfilelp" not yet available on data."
     100      fi
    89101      check="no"
    90102      setstatus "stop"
Note: See TracChangeset for help on using the changeset viewer.