Ignore:
Timestamp:
02/29/12 10:03:50 (13 years ago)
Author:
tbretz
Message:
Flush the buffer before the boot message is printed.
File:
1 edited

Legend:

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

    r11674 r12960  
    167167void Console::Run(const char *)
    168168{
     169    // Flush the buffer before we print the boot message
     170    fLogO.Display(true);
     171
    169172    ReadlineColor::PrintBootMsg(fLogI, GetName());
    170173
Note: See TracChangeset for help on using the changeset viewer.