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:
@@ -20,7 +20,7 @@ FairMQBuffer::FairMQBuffer()
|
||||
|
||||
void FairMQBuffer::Run()
|
||||
{
|
||||
FairMQLogger::GetInstance()->Log(FairMQLogger::INFO, ">>>>>>> Run <<<<<<<");
|
||||
LOG(INFO) << ">>>>>>> Run <<<<<<<";
|
||||
|
||||
boost::thread rateLogger(boost::bind(&FairMQDevice::LogSocketRates, this));
|
||||
|
||||
|
Reference in New Issue
Block a user