mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
simplify logger for shorter calls and readability
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
FairMQTransportFactoryNN::FairMQTransportFactoryNN()
|
||||
{
|
||||
FairMQLogger::GetInstance()->Log(FairMQLogger::INFO, "Using nanomsg library");
|
||||
LOG(INFO) << "Using nanonsg library";
|
||||
}
|
||||
|
||||
FairMQMessage* FairMQTransportFactoryNN::CreateMessage()
|
||||
|
Reference in New Issue
Block a user