Index: trunk/MagicSoft/Mars/datacenter/scripts/dbchk
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dbchk	(revision 8858)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dbchk	(revision 9047)
@@ -92,4 +92,5 @@
    then
       echo "No sequence file: $file" >> $scriptlog 2>&1
+      printprocesslog "ERROR No sequence file: $file" 
       continue
    fi
@@ -99,4 +100,5 @@
    then
       echo "Sequence-File $sequence exist but it is not in Sequences." >> $scriptlog 2>&1
+      printprocesslog "ERROR Sequence-File $sequence exists, but it is not in Sequences (DB)." 
       continue
    fi
@@ -112,4 +114,5 @@
    then
       echo "Invalid directory: $dir" >> $scriptlog 2>&1
+      printprocesslog "ERROR Invalid directory: $dir" 
       continue
    fi
@@ -119,4 +122,5 @@
    then
       echo "$dir exists but no corresponding sequence in Sequences." >> $scriptlog 2>&1
+      printprocesslog "ERROR $dir exists, but no corresponding sequence in Sequences (DB)." 
       continue
    fi
@@ -132,4 +136,5 @@
    then
       echo "Invalid directory: $dir" >> $scriptlog 2>&1
+      printprocesslog "ERROR Invalid directory: $dir" 
       continue
    fi
@@ -139,4 +144,5 @@
    then
       echo "$dir exists but no corresponding sequence in Sequences." >> $scriptlog 2>&1
+      printprocesslog "ERROR $dir exists, but no corresponding sequence in Sequences (DB)." 
       continue
    fi
@@ -152,4 +158,5 @@
    then
       echo "Sequence-File for $sequence not found but in db." >> $scriptlog 2>&1
+      printprocesslog "ERROR Sequence-File for $sequence not found but in DB." 
    fi
 done
@@ -164,4 +171,5 @@
    then
       echo "Sequence $sequence exists in Sequences but not in RunData." >> $scriptlog 2>&1
+      printprocesslog "Sequence $sequence exists in Sequences but not in RunData (DB)."
       continue
    fi
@@ -177,4 +185,5 @@
    then
       echo "Sequence $sequence exists in RunData but not in Sequences." >> $scriptlog 2>&1
+      printprocesslog "Sequence $sequence exists in RunData but not in Sequences (DB)." 
       continue
    fi
