Index: trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MEvtLoop.cc	(revision 2220)
+++ trunk/MagicSoft/Mars/mbase/MEvtLoop.cc	(revision 2221)
@@ -74,4 +74,5 @@
 #include <TTime.h>          // TTime
 #include <TFile.h>          // gFile
+#include <TDatime.h>        // TDatime
 #include <TSystem.h>        // gSystem
 #include <TStopwatch.h>
@@ -478,4 +479,7 @@
 Bool_t MEvtLoop::Eventloop(Int_t maxcnt, const char *tlist)
 {
+    TDatime d;
+    *fLog << inf << underline << "Eventloop: " << fName << " started at " << d.AsString() << endl;
+
     Bool_t rc = PreProcess();
 
