Index: trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 7469)
+++ trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 7470)
@@ -109,13 +109,14 @@
    esac
    check=
-   
+
+#   printstatusvalues
    # set status 
    setstatuslogpath=$logpath/setstatus/$program/$var1
-   makedir $setstatuslogpath >> $scriptlog 2>&1
+   makedir $setstatuslogpath
    setstatuslog=$setstatuslogpath/setstatus-$@-$program-$var2.log
    checkstatus=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"$statustime\""\,"\"$failedcode\""\,"\"$failedcomment\""\,"\"$starttime\""\,"\"$failedtime\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'`
    case $checkstatus in
-      1)   echo "checkstatus=$checkstatus -> everything ok, status has been set" >> $scriptlog 2>&1;;
-      *)   echo "checkstatus=$checkstatus -> ERROR -> step could not be set" >> $scriptlog 2>&1;;
+      1)   echo "checkstatus=$checkstatus -> everything ok, status has been set"
+      *)   echo "checkstatus=$checkstatus -> ERROR -> step could not be set"
    esac
 }
