Changeset 14013 for trunk


Ignore:
Timestamp:
06/01/12 09:52:15 (12 years ago)
Author:
tbretz
Message:
Set the verbosity to quiet per default.
File:
1 edited

Legend:

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

    r14009 r14013  
    611611public:
    612612    ConnectionFSC(ba::io_service& ioservice, MessageImp &imp) : Connection(ioservice, imp()),
    613         fIsVerbose(true), fDump(false)
     613        fIsVerbose(false), fDump(false)
    614614    {
    615615        SetLogStream(&imp);
     
    870870        ("no-dim",        po_bool(),  "Disable dim services")
    871871        ("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.")
    873873        ;
    874874
Note: See TracChangeset for help on using the changeset viewer.