Skip to content

Commit 46e5f9d

Browse files
committed
[WIP]
1 parent a65e9ed commit 46e5f9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/YarpPlugins/CanBusBroker/IMultipleWrapperImpl.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ bool CanBusBroker::attachAll(const yarp::dev::PolyDriverList & drivers)
163163
{
164164
if (fakeNodes[i]->poly == nullptr)
165165
{
166-
yCError(CBB) << "Fake node device" << fakeNodes[i]->key << "requested, but not instantiated";
167-
return false;
166+
yCWarning(CBB) << "Fake node device" << fakeNodes[i]->key << "requested, but not instantiated";
168167
}
169168
}
170169

0 commit comments

Comments
 (0)