- Timestamp:
- 06/01/12 09:52:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fscctrl.cc
r14009 r14013 611 611 public: 612 612 ConnectionFSC(ba::io_service& ioservice, MessageImp &imp) : Connection(ioservice, imp()), 613 fIsVerbose( true), fDump(false)613 fIsVerbose(false), fDump(false) 614 614 { 615 615 SetLogStream(&imp); … … 870 870 ("no-dim", po_bool(), "Disable dim services") 871 871 ("addr,a", var<string>("localhost:5000"), "Network address of FTM") 872 ("quiet,q", po_bool( ), "Disable printing contents of all received messages (except dynamic data) in clear text.")872 ("quiet,q", po_bool(true), "Disable printing contents of all received messages (except dynamic data) in clear text.") 873 873 ; 874 874
Note:
See TracChangeset
for help on using the changeset viewer.