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:
committed by
Mohammad Al-Turany
parent
500d509324
commit
2c2fc8e0a6
@@ -43,7 +43,7 @@ bool FairMQExampleMTSampler1::ConditionalRun()
|
||||
|
||||
if (fMaxIterations > 0 && ++fNumIterations >= fMaxIterations)
|
||||
{
|
||||
LOG(INFO) << "Configured maximum number of iterations reached. Leaving RUNNING state.";
|
||||
LOG(info) << "Configured maximum number of iterations reached. Leaving RUNNING state.";
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ void FairMQExampleMTSampler1::ListenForAcks()
|
||||
++numAcks;
|
||||
}
|
||||
|
||||
LOG(INFO) << "Acknowledged " << numAcks << " messages";
|
||||
LOG(info) << "Acknowledged " << numAcks << " messages";
|
||||
}
|
||||
|
||||
FairMQExampleMTSampler1::~FairMQExampleMTSampler1()
|
||||
|
Reference in New Issue
Block a user