Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc	(revision 8147)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc	(revision 8148)
@@ -1260,6 +1260,6 @@
   if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
     {
-      *fLog << warn << GetDescriptor()
-	    << ": Only over- or underflow in hi-gain pixel: " << pix.GetPixId() << endl;
+      *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() 
+	    << ": Only over- or underflow in hi-gain." << endl;
       return;
     }  
@@ -1352,6 +1352,6 @@
   if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
     {
-      *fLog << warn << GetDescriptor()
-	    << ": Only over- or underflow in lo-gain pixel: " << pix.GetPixId() << endl;
+      *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() 
+	    << ": Only over- or underflow in lo-gain." << endl;
       return;
     }  
