mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Cleanup command line options
- Remove old cmd options --config-json-file and --config-xml-file. Now handled by --mq-config with file extension detection. - Fix --config-json-string and --config-xml-string - Move config-key to proper place (in --help)
This commit is contained in:
committed by
Mohammad Al-Turany
parent
4944d7ec41
commit
cc88339791
@@ -86,7 +86,7 @@ struct FairMQFSM_ : public msm::front::state_machine_def<FairMQFSM_>
|
||||
template <class Event, class FSM>
|
||||
void on_entry(Event const&, FSM&)
|
||||
{
|
||||
LOG(STATE) << "Entering FairMQ state machine";
|
||||
LOG(STATE) << "Starting FairMQ state machine";
|
||||
fState = IDLE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user