mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Always have access to FairMQProgOptions from device.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
7bb6a2eed9
commit
f4e5a74f23
@@ -110,14 +110,12 @@ void FairMQProgOptions::ParseAll(const int argc, char** argv, bool allowUnregist
|
||||
|
||||
if (!optionExists)
|
||||
{
|
||||
LOG(WARN) << "Options to configure FairMQ channels are not provided.";
|
||||
LOG(WARN) << "Please provide the value for one of the following keys:";
|
||||
LOG(WARN) << "FairMQProgOptions: no channels configuration provided via neither of:";
|
||||
for (const auto& p : MQParserKeys)
|
||||
{
|
||||
LOG(WARN) << p;
|
||||
LOG(WARN) << " --" << p;
|
||||
}
|
||||
LOG(WARN) << "No channels will be created (You can create them manually).";
|
||||
// return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user