Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5394)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5395)
@@ -36,4 +36,5 @@
        (MHCalibrationChargeChargeBlindCam -> MHCalibrationChargeBlindCam)
      - introduced the new blind pixels initialization
+
 
 
@@ -87,4 +88,5 @@
      - made sure that in the case of an extractor from a calibration file
        the extraction window for pedestals is correctly set
+     - set SetPedestalUpdate(kFALSE) as default for MPedCalcFromLoGain
 
    * mbase/MEvtLoop.cc:
Index: /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 5394)
+++ /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 5395)
@@ -706,4 +706,5 @@
             break;
         pedlogain.SetExtractWindow(15, (Int_t)TMath::Nint(fExtractor->GetNumHiGainSamples()));
+        pedlogain.SetPedestalUpdate(kFALSE);
         break;
 
Index: /trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
===================================================================
--- /trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc	(revision 5394)
+++ /trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc	(revision 5395)
@@ -650,4 +650,5 @@
     *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << " included." << endl;
     *fLog << "Max allowed signal variation: " << fMaxSignalVar << endl;
+    *fLog << "Number of events to calculate pedestal from: " << fNumEventsDump << endl;
     *fLog << "Pedestal Update is " << (fPedestalUpdate?"on":"off") << endl;
 }
