Add test for FairMQMessage::Rebuild

This commit is contained in:
Alexey Rybalchenko
2018-11-28 17:54:15 +01:00
committed by Dennis Klein
parent c605cbc3f6
commit a9619a06d0
5 changed files with 48 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ FairMQSocketSHM::FairMQSocketSHM(Manager& manager, const string& type, const str
throw fair::mq::SocketError("PUB/SUB socket type is not supported for shared memory transport");
}
// LOG(info) << "created socket " << fId;
LOG(debug) << "Created socket " << GetId();
}
bool FairMQSocketSHM::Bind(const string& address)