Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7985)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7986)
@@ -31,11 +31,4 @@
      - updated mcpath
 
-   * mjobs/MJCalibrateSignal.cc:
-     - removed the tab with the calibrated arrival times. It never
-       gave any useful information
-
-   * mgeom/Makefile, mgeom/GeomLinkDef.h:
-     - took out all currently unused cameras from compilation
-
 
 
@@ -58,4 +51,15 @@
      - the new simplified version doesn't take the number of pedestal 
        events anymore into account.
+
+   * mjobs/MJCalibrateSignal.cc:
+     - removed the tab with the calibrated arrival times. It never
+       gave any useful information
+
+   * mgeom/Makefile, mgeom/GeomLinkDef.h:
+     - took out all currently unused cameras from compilation
+
+   * mjobs/MJCut.cc:
+     - updated the confusing error message printed to the log-stream
+       in case of a failure of FillSrcPosCam
 
 
Index: /trunk/MagicSoft/Mars/mjobs/MJCut.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 7985)
+++ /trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 7986)
@@ -499,5 +499,5 @@
     if (!evtloop.Eventloop(fMaxEvents))
     {
-        *fLog << err << GetDescriptor() << ": Processing of on-sequences failed." << endl;
+        *fLog << err << GetDescriptor() << ": Processing of on-sequences to fill SrcPosCam failed." << endl;
         return kFALSE;
     }
