mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31: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
@@ -18,10 +18,10 @@ fair::mq::Plugin::Plugin(const string name, const Version version, const string
|
||||
, fkHomepage{homepage}
|
||||
, fPluginServices{pluginServices}
|
||||
{
|
||||
LOG(DEBUG) << "Loaded plugin: " << *this;
|
||||
LOG(debug) << "Loaded plugin: " << *this;
|
||||
}
|
||||
|
||||
fair::mq::Plugin::~Plugin()
|
||||
{
|
||||
LOG(DEBUG) << "Unloaded plugin: " << *this;
|
||||
LOG(debug) << "Unloaded plugin: " << *this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user