mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
First working version of SDK ChangeState
This commit is contained in:
committed by
Dennis Klein
parent
cf26dd6aa7
commit
8789664cfd
@@ -75,7 +75,7 @@ std::vector<uint64_t> DDSTopology::GetDeviceList()
|
||||
});
|
||||
|
||||
for (auto& it = taskIt.first; it != taskIt.second; ++it) {
|
||||
LOG(debug) << "Found task " << it->first << " : " << it->second.m_task->getPath();
|
||||
LOG(debug) << "Found task " << it->first << " : " << "Path: " << it->second.m_task->getPath() << "Name: " << it->second.m_task->getName();
|
||||
taskIDs.push_back(it->first);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user