Add debug output

This commit is contained in:
Alexey Rybalchenko
2019-07-11 17:42:50 +02:00
committed by Dennis Klein
parent 418d42b060
commit 5c943bbedb
4 changed files with 7 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ void FairMQTransportFactoryNN::Reset()
FairMQTransportFactoryNN::~FairMQTransportFactoryNN()
{
LOG(debug) << "Destroying Shared Memory transport...";
// nn_term();
// see https://www.freelists.org/post/nanomsg/Getting-rid-of-nn-init-and-nn-term,8
}