Index: trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc	(revision 8300)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc	(revision 8337)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.63 2007-01-29 13:03:43 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.64 2007-02-28 13:29:52 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -723,6 +723,7 @@
 	    calibConv    = -1.;
 	    calibFFactor = -1.;
-            *fLog << warn << GetDescriptor()
-                << ": WARNING - Conversion factor of Pixel " << pixidx << " out of range... set to 0. " << endl;
+            *fLog << warn << GetDescriptor() << ": WARNING - ";
+            *fLog << "Conversion factor " << calibConv << " of Pixel " << pixidx << " out of range ]";
+            *fLog << fCalibConvMinLimit << "," << fCalibConvMaxLimit << "[... set to 0. " << endl;
 	  }
 	cpix.SetCalibConst(calibConv);
@@ -733,6 +734,6 @@
     if (skip>fGeomCam->GetNumPixels()*0.9)
     {
-        *fLog << warn << GetDescriptor() 
-              << ": WARNING - GetConversionFactor has skipped more than 90% of the pixels... abort." << endl;
+        *fLog << err << GetDescriptor() << ": ERROR - ";
+        *fLog << "GetConversionFactor has skipped more than 90% of the pixels... abort." << endl;
         return kFALSE;
     }
