Index: trunk/FACT++/src/Console.cc
===================================================================
--- trunk/FACT++/src/Console.cc	(revision 12959)
+++ trunk/FACT++/src/Console.cc	(revision 12960)
@@ -167,4 +167,7 @@
 void Console::Run(const char *)
 {
+    // Flush the buffer before we print the boot message
+    fLogO.Display(true);
+
     ReadlineColor::PrintBootMsg(fLogI, GetName());
 
