Index: /trunk/FACT++/src/chatserv.cc
===================================================================
--- /trunk/FACT++/src/chatserv.cc	(revision 11010)
+++ /trunk/FACT++/src/chatserv.cc	(revision 11011)
@@ -8,4 +8,5 @@
 #include "Configuration.h"
 #include "StateMachineDim.h"
+#include "ReadlineColor.h"
 
 using namespace std;
@@ -109,5 +110,5 @@
     WindowLog log;
 
-    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
+    ReadlineColor::PrintBootMsg(log, conf.GetName(), false);
 
     if (conf.Has("log"))
