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