Index: trunk/DataCheck/QuickLook/Step1.sh
===================================================================
--- trunk/DataCheck/QuickLook/Step1.sh	(revision 18769)
+++ trunk/DataCheck/QuickLook/Step1.sh	(revision 18770)
@@ -63,5 +63,5 @@
 function rsync_aux_file()
 {
-   if ls $1 >/dev/null 2>&1
+   if check_file_avail $1
    then 
       printprocesslog "INFO rsync "$1
@@ -77,6 +77,4 @@
          printprocesslog "WARN rsync of "$1" failed."
       fi
-   else
-      printprocesslog "WARN "$1" missing."
    fi
 }
