Index: trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc	(revision 9374)
+++ trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc	(revision 9414)
@@ -135,5 +135,5 @@
     if (!run)
     {
-        *fLog << warn << dbginf << "Warning - cannot check file type, MRawRunHeader not found." << endl;
+        *fLog << warn << dbginf << "WARNING - cannot check file type, MRawRunHeader not found." << endl;
         return kTRUE;
     }
@@ -143,5 +143,5 @@
     //
     fGeom = 0;
-    if (run->IsMonteCarloRun())
+    if (!run->IsMonteCarloRun())
     {
         *fLog << inf << "This is no MC file... skipping." << endl;
