Index: /trunk/FACT++/src/Console.cc
===================================================================
--- /trunk/FACT++/src/Console.cc	(revision 11673)
+++ /trunk/FACT++/src/Console.cc	(revision 11674)
@@ -208,4 +208,6 @@
 ConsoleStream::ConsoleStream(const char *name) : Readline(name)
 {
+    fLogO.SetBacklog(false);
+    fLogO.SetNullOutput(false);
     ReadlineColor::PrintBootMsg(fLogO, GetName(), false);
 }
