Index: trunk/Mars/mbase/MLog.cc
===================================================================
--- trunk/Mars/mbase/MLog.cc	(revision 13366)
+++ trunk/Mars/mbase/MLog.cc	(revision 14079)
@@ -839,4 +839,9 @@
         level=kInfo+2;
 
+    // This is a really stupid hack/workaround to suppress these
+    // annoying errors in case of 0 number of points
+    if (level==kWarning && !strcmp(location, "Fit"))
+        level=kInfo+2;
+
     gLog << std::flush;
 
