Changeset 10997


Ignore:
Timestamp:
06/10/11 21:47:30 (13 years ago)
Author:
tbretz
Message:
Added boot message to interactive session.
Location:
trunk/FACT++/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/chatserv.cc

    r10802 r10997  
    109109    WindowLog log;
    110110
     111    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
     112
    111113    if (conf.Has("log"))
    112114        if (!log.OpenLogFile(conf.Get<string>("log")))
  • trunk/FACT++/src/dataLogger.cc

    r10994 r10997  
    24082408    WindowLog wout;
    24092409
     2410    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
     2411
    24102412    //log.SetWindow(stdscr);
    24112413    if (conf.Has("log"))
  • trunk/FACT++/src/drivectrl.cc

    r10885 r10997  
    878878    WindowLog &wout = shell.GetStreamOut();
    879879    */
     880    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
    880881
    881882    if (conf.Has("log"))
  • trunk/FACT++/src/fadctrl.cc

    r10987 r10997  
    13181318    WindowLog wout;
    13191319
     1320    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
     1321
    13201322    //log.SetWindow(stdscr);
    13211323    if (conf.Has("log"))
  • trunk/FACT++/src/ftmctrl.cc

    r10960 r10997  
    17881788    WindowLog &wout = shell.GetStreamOut();
    17891789    */
     1790
     1791    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
     1792
    17901793
    17911794    if (conf.Has("log"))
  • trunk/FACT++/src/scheduler.cc

    r10797 r10997  
    698698    WindowLog wout;
    699699
     700    ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
     701
    700702    //log.SetWindow(stdscr);
    701703    if (conf.Has("log"))
Note: See TracChangeset for help on using the changeset viewer.