Ignore:
Timestamp:
06/18/11 17:47:17 (13 years ago)
Author:
tbretz
Message:
Call PrintBootMsg non-interactive in ConsoleStream
File:
1 edited

Legend:

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

    r11053 r11060  
    208208ConsoleStream::ConsoleStream(const char *name) : Readline(name)
    209209{
    210     ReadlineColor::PrintBootMsg(fLogO, GetName());
     210    ReadlineColor::PrintBootMsg(fLogO, GetName(), false);
    211211}
    212212
Note: See TracChangeset for help on using the changeset viewer.