Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7248)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7249)
@@ -20,4 +20,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2005/07/31 Daniela Dorner
+
+   * datacenter/macros/buildsequenceentries.C:
+     - fixed bug in the new sequence-build algorithm (-> 2005/07/22): 
+       completely re-wrote the function CheckSequence() to make sure, 
+       that sequences which are not changed are not inserted once again
+
+
 
  2005/07/30 Daniela Dorner
Index: trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C	(revision 7248)
+++ trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C	(revision 7249)
@@ -501,7 +501,11 @@
 
     case 1:
-        cout << " deleting successfully finished -> inserting sequence " << from << endl;
+        cout << " deleting successfully finished -> inserting sequence " << from << flush; 
         if (dummy)
+        {
+            cout << " <dummy> " << endl;
             return kTRUE;
+        }
+        cout << endl;
         rc = InsertSequence(serv, from, to);
         if (!rc)
