Index: trunk/MagicSoft/Mars/mhist/MHRate.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHRate.cc	(revision 7198)
+++ trunk/MagicSoft/Mars/mhist/MHRate.cc	(revision 7224)
@@ -32,5 +32,4 @@
 #include "MHRate.h"
 
-#include <TPad.h>
 #include <TCanvas.h>
 #include <TGaxis.h>
@@ -123,5 +122,5 @@
     if (!fEvtRate)
     {
-        *fLog << warn << "MEventRate not found... abort." << endl;
+        *fLog << err << "MEventRate not found... abort." << endl;
         return kFALSE;
     }
@@ -129,5 +128,5 @@
     if (!fPointPos)
     {
-        *fLog << warn << "MPointingPos not found... abort." << endl;
+        *fLog << err << "MPointingPos not found... abort." << endl;
         return kFALSE;
     }
