Index: /trunk/FACT++/src/chatserv.cc
===================================================================
--- /trunk/FACT++/src/chatserv.cc	(revision 10996)
+++ /trunk/FACT++/src/chatserv.cc	(revision 10997)
@@ -109,4 +109,6 @@
     WindowLog log;
 
+    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
+
     if (conf.Has("log"))
         if (!log.OpenLogFile(conf.Get<string>("log")))
Index: /trunk/FACT++/src/dataLogger.cc
===================================================================
--- /trunk/FACT++/src/dataLogger.cc	(revision 10996)
+++ /trunk/FACT++/src/dataLogger.cc	(revision 10997)
@@ -2408,4 +2408,6 @@
     WindowLog wout;
 
+    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
+
     //log.SetWindow(stdscr);
     if (conf.Has("log"))
Index: /trunk/FACT++/src/drivectrl.cc
===================================================================
--- /trunk/FACT++/src/drivectrl.cc	(revision 10996)
+++ /trunk/FACT++/src/drivectrl.cc	(revision 10997)
@@ -878,4 +878,5 @@
     WindowLog &wout = shell.GetStreamOut();
     */
+    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
 
     if (conf.Has("log"))
Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 10996)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 10997)
@@ -1318,4 +1318,6 @@
     WindowLog wout;
 
+    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
+
     //log.SetWindow(stdscr);
     if (conf.Has("log"))
Index: /trunk/FACT++/src/ftmctrl.cc
===================================================================
--- /trunk/FACT++/src/ftmctrl.cc	(revision 10996)
+++ /trunk/FACT++/src/ftmctrl.cc	(revision 10997)
@@ -1788,4 +1788,7 @@
     WindowLog &wout = shell.GetStreamOut();
     */
+
+    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
+
 
     if (conf.Has("log"))
Index: /trunk/FACT++/src/scheduler.cc
===================================================================
--- /trunk/FACT++/src/scheduler.cc	(revision 10996)
+++ /trunk/FACT++/src/scheduler.cc	(revision 10997)
@@ -698,4 +698,6 @@
     WindowLog wout;
 
+    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
+
     //log.SetWindow(stdscr);
     if (conf.Has("log"))
