Index: trunk/MagicSoft/Mars/mjobs/MDataSet.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MDataSet.cc	(revision 8727)
+++ trunk/MagicSoft/Mars/mjobs/MDataSet.cc	(revision 8744)
@@ -545,5 +545,5 @@
     if (gLog.GetDebugLevel()>4)
     {
-        gLog << dbg << "Files which are searched:" << endl;
+        gLog << inf << "Files which are searched:" << endl;
         files.Print();
     }
Index: trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 8727)
+++ trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 8744)
@@ -444,8 +444,12 @@
         // Because it is assumed that the efficiency outside the production
         // area is nearly zero no additional weight has to be applied to the
-        // events after cuts.
+        // events after cuts. For the events before cuts it is fair to use
+        // weights... maybe filling the residual impact with unweighted
+        // events would be better?!? (Not that the weighting might be
+        // less correct with low statistics, because it could pronounce
+        // a fluctuation)
         const Double_t impact = rh->GetMaximum("MMcRunHeader.fImpactMax");
         const Double_t scale  = impactmax/impact;
- 
+
         // Propagate the run header to MMcSpectrumWeight
         if (!weight.Set(*head))
Index: trunk/MagicSoft/Mars/mjobs/MSequence.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MSequence.cc	(revision 8727)
+++ trunk/MagicSoft/Mars/mjobs/MSequence.cc	(revision 8744)
@@ -347,5 +347,5 @@
         return 0;
 
-    *fLog << dbg << "Files which are searched for this sequence:" << endl;
+    *fLog << inf << "Files which are searched for this sequence:" << endl;
     iter.Print();
     return 0;
