Index: trunk/DataCheck/Sourcefile.sh
===================================================================
--- trunk/DataCheck/Sourcefile.sh	(revision 15599)
+++ trunk/DataCheck/Sourcefile.sh	(revision 15600)
@@ -452,6 +452,8 @@
    # print query
    printprocesslog "DEBUG setstatus for step $step QUERY: "$query
+   #echo "DEBUG setstatus for step $step QUERY: "$query
    # execute query
    numchanged=`sendquery`
+   #echo "numchanged: "$numchanged
    #if ! numchanged=`mysql -s -u $us --password=$pw --host=$ho $db -e " $query "`
    #then
@@ -462,9 +464,11 @@
    then
       printprocesslog "INFO successful set of status in DB."
+      #echo "INFO successful set of status in DB."
    else
-      # should not happen
+      # action may be taken in script using $numchanged
       printprocesslog "ERROR status in DB was already set by another process "
-   fi
-}
-
-
+      #echo "ERROR status in DB was already set by another process "
+   fi
+}
+
+
