Changeset 12926 for trunk/Mars
- Timestamp:
- 02/22/12 19:10:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MLog.cc
r10166 r12926 834 834 level=kInfo+2; 835 835 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 836 841 gLog << std::flush; 837 842
Note:
See TracChangeset
for help on using the changeset viewer.