Changeset 11371


Ignore:
Timestamp:
07/13/11 14:50:44 (13 years ago)
Author:
tbretz
Message:
Do not display debug messages in the message output at the bottom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11363 r11371  
    21562156        fLogText->append(out.str().c_str());
    21572157
    2158         if (qos>=kWarn)
     2158        if (qos>=kWarn && qos!=kDebug)
    21592159            fTextEdit->append(out.str().c_str());
    21602160    }
Note: See TracChangeset for help on using the changeset viewer.