Index: trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc	(revision 6326)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc	(revision 6327)
@@ -479,5 +479,5 @@
     *fLog << Form("%5.1f",((Float_t)fLoGainOutOfRangeLeft*100)/GetNumExecutions())
           << "% ranging out of lo-gain window to the left!" << endl;
-  if (fHiGainOutOfRangeRight > 0)
+  if (fLoGainOutOfRangeRight > 0)
     *fLog << Form("%5.1f",((Float_t)fLoGainOutOfRangeRight*100)/GetNumExecutions())
 	  << "% ranging out of lo-gain window to the right!" << endl;
