We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65e9ed commit 46e5f9dCopy full SHA for 46e5f9d
libraries/YarpPlugins/CanBusBroker/IMultipleWrapperImpl.cpp
@@ -163,8 +163,7 @@ bool CanBusBroker::attachAll(const yarp::dev::PolyDriverList & drivers)
163
{
164
if (fakeNodes[i]->poly == nullptr)
165
166
- yCError(CBB) << "Fake node device" << fakeNodes[i]->key << "requested, but not instantiated";
167
- return false;
+ yCWarning(CBB) << "Fake node device" << fakeNodes[i]->key << "requested, but not instantiated";
168
}
169
170
0 commit comments