Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7167)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7168)
@@ -28,4 +28,7 @@
    * datacenter/macros/insertdataset.C:
      - fixed bug -> no new sourcenames can be inserted by this macro
+
+   * datacenter/macros/writesequencefile.C:
+     - fixed small bug in logging-output
 
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/writesequencefile.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/writesequencefile.C	(revision 7167)
+++ /trunk/MagicSoft/Mars/datacenter/macros/writesequencefile.C	(revision 7168)
@@ -302,5 +302,5 @@
     fout << endl;
 
-    cout << " done <Nevts=" << data[8] << ">" << endl;
+    cout << " done <Nevts=" << data[9] << ">" << endl;
 
     return kTRUE;
