mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-18 11:01:45 +00:00
convert log severities use to lowercase and remove use of MQLOG
This commit is contained in:
@@ -18,7 +18,7 @@ FairMQExample3Processor::FairMQExample3Processor()
|
||||
|
||||
bool FairMQExample3Processor::HandleData(FairMQMessagePtr& msg, int /*index*/)
|
||||
{
|
||||
LOG(INFO) << "Received data, processing...";
|
||||
LOG(info) << "Received data, processing...";
|
||||
|
||||
// Modify the received string
|
||||
string* text = new std::string(static_cast<char*>(msg->GetData()), msg->GetSize());
|
||||
|
Reference in New Issue
Block a user