Changeset 10997
- Timestamp:
- 06/10/11 21:47:30 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/chatserv.cc
r10802 r10997 109 109 WindowLog log; 110 110 111 ReadlineColor::PrintBootMsg(wout, conf.GetName(), false); 112 111 113 if (conf.Has("log")) 112 114 if (!log.OpenLogFile(conf.Get<string>("log"))) -
trunk/FACT++/src/dataLogger.cc
r10994 r10997 2408 2408 WindowLog wout; 2409 2409 2410 ReadlineColor::PrintBootMsg(wout, conf.GetName(), false); 2411 2410 2412 //log.SetWindow(stdscr); 2411 2413 if (conf.Has("log")) -
trunk/FACT++/src/drivectrl.cc
r10885 r10997 878 878 WindowLog &wout = shell.GetStreamOut(); 879 879 */ 880 ReadlineColor::PrintBootMsg(wout, conf.GetName(), false); 880 881 881 882 if (conf.Has("log")) -
trunk/FACT++/src/fadctrl.cc
r10987 r10997 1318 1318 WindowLog wout; 1319 1319 1320 ReadlineColor::PrintBootMsg(wout, conf.GetName(), false); 1321 1320 1322 //log.SetWindow(stdscr); 1321 1323 if (conf.Has("log")) -
trunk/FACT++/src/ftmctrl.cc
r10960 r10997 1788 1788 WindowLog &wout = shell.GetStreamOut(); 1789 1789 */ 1790 1791 ReadlineColor::PrintBootMsg(wout, conf.GetName(), false); 1792 1790 1793 1791 1794 if (conf.Has("log")) -
trunk/FACT++/src/scheduler.cc
r10797 r10997 698 698 WindowLog wout; 699 699 700 ReadlineColor::PrintBootMsg(wout, conf.GetName(), false); 701 700 702 //log.SetWindow(stdscr); 701 703 if (conf.Has("log"))
Note:
See TracChangeset
for help on using the changeset viewer.