Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc	(revision 5151)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc	(revision 5156)
@@ -923,7 +923,7 @@
       if (overflow > 0.1)
         {
-          *fLog << warn << GetDescriptor()
-                << ": HiGain Histogram Overflow occurred " << overflow 
-                << " times in pixel: " << i << " (without saturation!) " << endl;
+          *fLog << warn
+                << "HiGain Hist-overflow " << overflow
+                << " times in pix: " << i << " (w/o saturation!) " << endl;
           bad.SetUncalibrated( MBadPixelsPix::kHiGainOverFlow ); 
         }
@@ -932,7 +932,7 @@
       if (overflow > 0.1)
         {
-          *fLog << warn << GetDescriptor()
-                << ": HiGain Histogram Underflow occurred " << overflow
-                << " times in pixel: " << i << " (without saturation!) " << endl;
+          *fLog << warn
+                << "HiGain Hist-underflow " << overflow
+                << " times in pix: " << i << " (w/o saturation!) " << endl;
           bad.SetUncalibrated( MBadPixelsPix::kHiGainOverFlow ); 
         }
@@ -965,7 +965,7 @@
         if (overflow > 0.1)
           {
-            *fLog << warn << GetDescriptor()
-                  << ": LoGain Histogram Overflow occurred " << overflow
-                  << " times in pixel: " << i << " (without saturation!) " << endl;
+              *fLog << warn
+                  << "LoGain Hist-overflow " << overflow
+                  << " times in pix: " << i << " (w/o saturation!) " << endl;
             bad.SetUncalibrated( MBadPixelsPix::kLoGainOverFlow ); 
           }
@@ -974,7 +974,7 @@
         if (overflow > 0.1)
           {
-            *fLog << warn << GetDescriptor()
-                  << ": LoGain Histogram Underflow occurred " << overflow
-                  << " times in pixel: " << i << " (without saturation!) " << endl;
+            *fLog << warn
+                  << "LoGain Hist-underflow " << overflow
+                  << " times in pix: " << i << " (w/o saturation!) " << endl;
             bad.SetUncalibrated( MBadPixelsPix::kLoGainOverFlow ); 
           }
@@ -1108,7 +1108,7 @@
   if ( mean < lowerlimit)
     {
-      *fLog << warn << GetDescriptor() 
-            << Form("%s%3.1f%s%2.1f%s%s",": Mean ArrivalTime: ",mean," smaller than ",fTimeLowerLimit,
-                    " FADC slices from lower edge in pixel ",hist.GetName()) << endl;
+      *fLog << warn
+            << Form("%s%3.1f%s%2.1f%s%s","Mean ArrivalTime=",mean," < ",fTimeLowerLimit,
+                    " slices from lower edge in pixel ",hist.GetName()) << endl;
       bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInFirstBin );
     }
@@ -1116,7 +1116,7 @@
   if ( mean  > upperlimit )
     {
-      *fLog << warn << GetDescriptor() 
-            << Form("%s%3.1f%s%2.1f%s%s",": Mean ArrivalTime: ",mean," greater than ",fTimeUpperLimit,
-                    " FADC slices from upper edge in pixel ",hist.GetName()) << endl;
+      *fLog << warn
+            << Form("%s%3.1f%s%2.1f%s%s","Mean ArrivalTime=",mean," > ",fTimeUpperLimit,
+                    " slices from upper edge in pixel ",hist.GetName()) << endl;
       bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInLast2Bins );
     }
Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 5151)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 5156)
@@ -436,7 +436,6 @@
       if (overflow > 0.1)
         {
-          *fLog << warn << GetDescriptor()
-                << ": HiGain Histogram Overflow occurred " << overflow 
-                << " times in pixel: " << i << " (without saturation!) " << endl;
+          *fLog << warn << "HiGain Hist-overflow occurred " << overflow
+                << " times in pix: " << i << " (w/o saturation!) " << endl;
           //          bad.SetUncalibrated( MBadPixelsPix::kHiGainOverFlow ); 
         }
@@ -445,7 +444,6 @@
       if (overflow > 0.1)
         {
-          *fLog << warn << GetDescriptor()
-                << ": HiGain Histogram Underflow occurred " << overflow
-                << " times in pixel: " << i << " (without saturation!) " << endl;
+          *fLog << warn << "HiGain Hist-underflow occurred " << overflow
+                << " times in pix: " << i << " (w/o saturation!) " << endl;
           //          bad.SetUncalibrated( MBadPixelsPix::kHiGainOverFlow ); 
         }
