Changeset 12926 for trunk/Mars


Ignore:
Timestamp:
02/22/12 19:10:35 (13 years ago)
Author:
tbretz
Message:
Added another workaround to suppress some root error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MLog.cc

    r10166 r12926  
    834834        level=kInfo+2;
    835835
     836    // This is a really stupid hack/workaround to suppress these
     837    // annoying errors in case of 0 number of points
     838    if (level==kError && !strcmp(location, "TGraphPainter::PaintGraph"))
     839        level=kInfo+2;
     840
    836841    gLog << std::flush;
    837842
Note: See TracChangeset for help on using the changeset viewer.