Index: trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 3466)
+++ trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 3474)
@@ -200,6 +200,6 @@
     *fLog << GetDescriptor() << " execution statistics:" << endl;
     *fLog << dec << setfill(' ');
-    PrintSkipped(1, "Event has less than 3 pixels");
-    PrintSkipped(2, "Calculated Size == 0");
+    PrintSkipped(1, "Event has less than 3 pixels\n                                     (before image cleaning)");
+    PrintSkipped(2, "Calculated Size == 0\n                                     (no pixels survived image cleaning)");
     PrintSkipped(3, "Number of used pixels < 3");
     PrintSkipped(4, "CorrXY==0");
