Index: trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc	(revision 6270)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc	(revision 6271)
@@ -473,6 +473,6 @@
   if (fHiGainOutOfRangeRight > 0)
     *fLog << warn << GetDescriptor() 
-	  << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions()) 
-	  << "% ranging out of high-gain window to the right!" << endl;
+	  << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeRight*100)/GetNumExecutions()) 
+	  << "% ranging out of low-gain window to the right!" << endl;
 
   
