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

@@ -71,7 +71,7 @@ FairMQSocketZMQ::FairMQSocketZMQ(const string& type, const string& name, const s
}
}
// LOG(info) << "created socket " << fId;
LOG(debug) << "Created socket " << GetId();
}
string FairMQSocketZMQ::GetId()