Index: trunk/DataCheck/Sourcefile.sh
===================================================================
--- trunk/DataCheck/Sourcefile.sh	(revision 18760)
+++ trunk/DataCheck/Sourcefile.sh	(revision 18761)
@@ -315,5 +315,5 @@
    fi
    # print query 
-   printprocesslog "DEBUG gettodo for step $step QUERY: "$query
+   #printprocesslog "DEBUG gettodo for step $step QUERY: "$query
    # execute query 
    process=`sendquery`
@@ -337,4 +337,5 @@
 function getstatus()
 {
+   printprocesslog "DEBUG getstatus for step "$step
    # reset the variable for the number of steps to be done
    numproc=0
@@ -344,5 +345,5 @@
    getstatusquery $1
    # print query
-   printprocesslog "DEBUG getstatus for step $step QUERY: "$query
+   #printprocesslog "DEBUG getstatus for step $step QUERY: "$query
    # execute query
    #numproc=`sendquery `#cannot be done with sendquery, because of row counting
@@ -368,4 +369,6 @@
    fi
    
+   printprocesslog "DEBUG setstatus for step "$step
+
    # reset status values
    starttime=NULL
@@ -457,5 +460,5 @@
    query=$query"; SELECT ROW_COUNT();"
    # print query
-   printprocesslog "DEBUG setstatus for step $step QUERY: "$query
+   #printprocesslog "DEBUG setstatus for step $step QUERY: "$query
    #echo "DEBUG setstatus for step $step QUERY: "$query
    # execute query
