Index: trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries	(revision 7909)
+++ trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries	(revision 7911)
@@ -28,6 +28,5 @@
 # this step is needed. 
 #
-# 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 the sequences are built for each date in the todolist using the 
 # macro buildsequenceentries.C
@@ -78,5 +77,4 @@
    buildsequenceentrieslog=$buildsequentriespath/buildsequenceentries-$date.log
 
-   echo "run $program..." >> $scriptlog 2>&1
    setstatus "start" >> $scriptlog 2>&1
 
@@ -84,9 +82,9 @@
 
    case $check1 in
-      1)   echo "check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1;;
-      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1 
+      1)   echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1;;
+      0)   echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1 
            check="no"
            ;;
-      *)   echo "check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&1
+      *)   echo " check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&1
            com=$Fbuildsequ
            check=$check1
@@ -94,5 +92,4 @@
    esac
 
-   echo "inserting the status for $program for date $date into the db" >> $scriptlog 2>&1
    setstatus "stop" >> $scriptlog 2>&1
 done
