Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 11370)
+++ trunk/FACT++/gui/FactGui.h	(revision 11371)
@@ -2156,5 +2156,5 @@
         fLogText->append(out.str().c_str());
 
-        if (qos>=kWarn)
+        if (qos>=kWarn && qos!=kDebug)
             fTextEdit->append(out.str().c_str());
     }
