Index: trunk/DataCheck/Transfer/RsyncRawToISDC.sh
===================================================================
--- trunk/DataCheck/Transfer/RsyncRawToISDC.sh	(revision 19486)
+++ trunk/DataCheck/Transfer/RsyncRawToISDC.sh	(revision 19487)
@@ -67,6 +67,12 @@
    if [ "$lpfile" == "" ]
    then
-      echo $nightrun" not yet available on data."
-      printprocesslog "INFO "$nightrun" not yet available on data."
+      #echo $nightrun" not yet available on data."
+      #printprocesslog "INFO "$nightrun" not yet available on data."
+      if [ $night -le $checknight ] 
+      then 
+         printprocesslog "WARN "$nightrun" not yet available on data."
+      else
+         printprocesslog "INFO "$nightrun" not yet available on data."
+      fi
       continue
    else
@@ -86,5 +92,11 @@
    then
       #echo $rawfilelp" not yet available on data."
-      printprocesslog "INFO "$rawfilelp" not yet available on data."
+      #printprocesslog "INFO "$rawfilelp" not yet available on data."
+      if [ $night -le $checknight ] 
+      then 
+         printprocesslog "WARN "$rawfilelp" not yet available on data."
+      else
+         printprocesslog "INFO "$rawfilelp" not yet available on data."
+      fi
       check="no"
       setstatus "stop"
