mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
convert log severities use to lowercase and remove use of MQLOG
This commit is contained in:
@@ -20,7 +20,7 @@ FairMQExample2Processor::FairMQExample2Processor()
|
||||
|
||||
bool FairMQExample2Processor::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