mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
convert log severities use to lowercase and remove use of MQLOG
This commit is contained in:
committed by
Mohammad Al-Turany
parent
4e942e489b
commit
a3393e600e
@@ -64,7 +64,7 @@ FairMQMap SUBOPT::UserParser(const po::variables_map& omap, const std::string& d
|
||||
else
|
||||
{
|
||||
// TODO: what is the error policy here, should we abort?
|
||||
LOG(ERROR) << "missing channel name in argument of option --channel-config";
|
||||
LOG(error) << "missing channel name in argument of option --channel-config";
|
||||
}
|
||||
}
|
||||
for (auto channelProperty : channelProperties)
|
||||
|
Reference in New Issue
Block a user