Index: trunk/DataCheck/Transfer/CheckTransfer.sh
===================================================================
--- trunk/DataCheck/Transfer/CheckTransfer.sh	(revision 18699)
+++ trunk/DataCheck/Transfer/CheckTransfer.sh	(revision 18700)
@@ -253,6 +253,6 @@
    if ! [ $numdatruns -eq $qla ]
    then
-      printprocesslog "WARN not all data runs are processed yet by the QLA for "$date"."
-      echo "WARN not all data runs are processed yet by the QLA for "$date >> $logfile 2>&1
+      printprocesslog "WARN not all data runs are processed yet by the QLA for "$date" (numdatruns "$numdatruns" numqla "$qla")."
+      echo "WARN not all data runs are processed yet by the QLA for "$date" (numdatruns "$numdatruns" numqla "$qla")." >> $logfile 2>&1
       result1="1-"
    else
@@ -386,5 +386,5 @@
    if ! [ ${newdaq[1]} -eq ${daq[1]} ]
    then
-      printprocesslog "WARN size of data doesn't agree on newdaq ("${newdaq[1]}") and daq ("${daq[1]}") for "$date
+      printprocesslog "INFO size of data doesn't agree on newdaq ("${newdaq[1]}") and daq ("${daq[1]}") for "$date
       echo "WARN size of data doesn't agree on newdaq ("${newdaq[1]}") and daq ("${daq[1]}") for "$date >> $logfile 2>&1
       numdiff=`echo " $numdiff + 1 " | bc -l `
@@ -399,5 +399,5 @@
    if ! [ ${zip[1]} -eq ${dl00[1]} ] && [ $date2 -gt 20120307 ]
    then
-      printprocesslog "WARN size of data doesn't agree on data ("${zip[1]}") and dl00 ("${dl00[1]}") for "$date
+      printprocesslog "INFO size of data doesn't agree on data ("${zip[1]}") and dl00 ("${dl00[1]}") for "$date
       echo "WARN size of data doesn't agree on data ("${zip[1]}") and dl00 ("${dl00[1]}") for "$date >> $logfile 2>&1
       if ! [ ${dl00[1]} -eq -1 ]
@@ -417,5 +417,5 @@
    if ! [ ${zip[1]} -eq ${archive[1]} ]
    then
-      printprocesslog "WARN size of data doesn't agree on data ("${zip[1]}") and in archive ("${archive[1]}") for "$date
+      printprocesslog "INFO size of data doesn't agree on data ("${zip[1]}") and in archive ("${archive[1]}") for "$date
       echo "WARN size of data doesn't agree on data ("${zip[1]}") and in archive ("${archive[1]}") for "$date >> $logfile 2>&1
       if ! [ ${archive[1]} -eq -1 ]
@@ -435,5 +435,5 @@
    if ! [ ${zip[1]} -eq ${wue[1]} ]
    then
-      printprocesslog "WARN size of data doesn't agree on data ("${zip[1]}") and in Wue ("${wue[1]}") for "$date
+      printprocesslog "INFO size of data doesn't agree on data ("${zip[1]}") and in Wue ("${wue[1]}") for "$date
       echo "WARN size of data doesn't agree on data ("${zip[1]}") and in Wue ("${wue[1]}") for "$date >> $logfile 2>&1
       if ! [ ${wue[1]} -eq -1 ]
