Index: trunk/DataCheck/Processing/FillRatescans.sh
===================================================================
--- trunk/DataCheck/Processing/FillRatescans.sh	(revision 18695)
+++ trunk/DataCheck/Processing/FillRatescans.sh	(revision 18696)
@@ -48,4 +48,6 @@
    printprocesslog "INFO processing "$ratescanfile
    echo "INFO processing "$ratescanfile >> $logfile 2>&1
+   # check if ratescan file is there
+   #  and print warning if a file is expected but not found
    if ! [ -e $ratescanfile ]
    then 
@@ -56,5 +58,11 @@
          printprocesslog "INFO "$ratescanfile" not found."
       else
-         printprocesslog "WARN "$ratescanfile" not found."
+         # in the telcon on 25.5.2016 it was decided to take no nightly ratescans anymore
+         if [ $runnumber -le 20160525 ]
+         then 
+            printprocesslog "WARN "$ratescanfile" not found."
+         else 
+            printprocesslog "INFO "$ratescanfile" not found."
+         fi
       fi
       continue
