Index: trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7909)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7911)
@@ -28,6 +28,5 @@
 # the sequences. 
 #
-# After checking, if the script is already running, the todolist is 
-# written 
+# After checking if the script is already running the todolist is written.
 # Then for each sequence the availability of the files (raw, cc, caco) is 
 # checked by using the macro checkfilesavail.C 
@@ -79,5 +78,4 @@
    sequencefile=$sequpath/$no/sequence$no2.txt
 
-   echo "run $program..." >> $scriptlog 2>&1
    setstatus "start" >> $scriptlog 2>&1
 
@@ -85,9 +83,9 @@
 
    case $check1 in
-      1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
-      2)   echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 
+      1)   echo " check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
+      2)   echo " check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 
            check="no"
            ;;
-      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1 
+      0)   echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1 
            check="no"
            ;;
@@ -98,5 +96,4 @@
    esac
 
-   echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
    setstatus "stop" >> $scriptlog 2>&1
 done
