Index: trunk/DataCheck/Processing/FillAuxData.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxData.sh	(revision 16998)
+++ trunk/DataCheck/Processing/FillAuxData.sh	(revision 17001)
@@ -44,4 +44,11 @@
    echo "ftcopy $1'[col Time]' - | ftstat - | grep 'mean' | grep -E -o [0-9]+[.] | sed -e 's/[.]//g'" >> $logfile
    timefromfile=`ftcopy $1'[col Time]' - 2>>$logfile | ftstat - 2>>$logfile | grep 'mean' | grep -E -o [0-9]+[.] | sed -e 's/[.]//g'`
+   echo "here-"$timefromfile"-" >> $logfile
+   if [ "$timefromfile" == "" ]
+   then 
+      printprocesslog "WARN couldn't get time from file "$1
+      echo "WARN couldn't get time from file "$1
+      continue
+   fi
    if [ $timefromfile -gt 30000 ]
    then 
