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:
@@ -55,9 +55,7 @@ int main(int argc, char** argv)
|
||||
|
||||
s_catch_signals();
|
||||
|
||||
stringstream logmsg;
|
||||
logmsg << "PID: " << getpid();
|
||||
FairMQLogger::GetInstance()->Log(FairMQLogger::INFO, logmsg.str());
|
||||
LOG(INFO) << "PID: " << getpid();
|
||||
|
||||
FairMQTransportFactory* transportFactory = new FairMQTransportFactoryZMQ();
|
||||
merger.SetTransport(transportFactory);
|
||||
|
Reference in New Issue
Block a user