Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7512)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7513)
@@ -21,5 +21,6 @@
 
    * datacenter/scripts/checkstardone: 
-     - small improvement
+     - small improvement in sequence handling
+     - improved logging
 
    * datacenter/scripts/sourcefile: 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7512)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7513)
@@ -101,5 +101,5 @@
       case $check1 in
          1)   echo "check1=$check1 -> everything ok -> continue with next sequence..." >> $scriptlog 2>&1 ;;
-         2)   echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 
+         2)   echo "check1=$check1 -> files for sequence $sequence not yet available -> continue..." >> $scriptlog 2>&1 
               check="no"
               break
