Index: trunk/DataCheck/Processing/FillAuxCamHum.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxCamHum.sh	(revision 18252)
+++ trunk/DataCheck/Processing/FillAuxCamHum.sh	(revision 18253)
@@ -90,5 +90,5 @@
    then 
       printprocesslog "WARN "$fschumfile" not found."
-      echo "WARN "$fschumfile" not found."
+      #echo "WARN "$fschumfile" not found."
    else
       humnumerrors=`fverify $fschumfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
Index: trunk/DataCheck/Processing/FillAuxCtrDev.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxCtrDev.sh	(revision 18252)
+++ trunk/DataCheck/Processing/FillAuxCtrDev.sh	(revision 18253)
@@ -87,5 +87,5 @@
    then 
       printprocesslog "WARN "$trackingfile" not found."
-      echo "WARN "$trackingfile" not found."
+      #echo "WARN "$trackingfile" not found."
       continue
    else
Index: trunk/DataCheck/Processing/FillAuxTemp.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxTemp.sh	(revision 18252)
+++ trunk/DataCheck/Processing/FillAuxTemp.sh	(revision 18253)
@@ -86,5 +86,5 @@
    then 
       printprocesslog "WARN "$magicweatherfile" not found."
-      echo "WARN "$magicweatherfile" not found."
+      #echo "WARN "$magicweatherfile" not found."
    else
       weathernumerrors=`fverify $magicweatherfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
@@ -99,5 +99,5 @@
    then 
       printprocesslog "WARN "$fsctempfile" not found."
-      echo "WARN "$fsctempfile" not found."
+      #echo "WARN "$fsctempfile" not found."
    else
       tempnumerrors=`fverify $fsctempfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
Index: trunk/DataCheck/Processing/FillDrsTemp.sh
===================================================================
--- trunk/DataCheck/Processing/FillDrsTemp.sh	(revision 18252)
+++ trunk/DataCheck/Processing/FillDrsTemp.sh	(revision 18253)
@@ -90,5 +90,5 @@
    then 
       printprocesslog "WARN "$drstempfile" not found."
-      echo "WARN "$drstempfile" not found."
+      #echo "WARN "$drstempfile" not found."
    else
       tempnumerrors=`fverify $drstempfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
