Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Oct 1, 2024
1 parent a65e9ed commit 46e5f9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/YarpPlugins/CanBusBroker/IMultipleWrapperImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ bool CanBusBroker::attachAll(const yarp::dev::PolyDriverList & drivers)
{
if (fakeNodes[i]->poly == nullptr)
{
yCError(CBB) << "Fake node device" << fakeNodes[i]->key << "requested, but not instantiated";
return false;
yCWarning(CBB) << "Fake node device" << fakeNodes[i]->key << "requested, but not instantiated";
}
}

Expand Down

0 comments on commit 46e5f9d

Please sign in to comment.