Skip to content

Commit

Permalink
Update plugins/controlboard/src/ControlBoard.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
Nicogene and traversaro authored Dec 16, 2024
1 parent c99ebe7 commit d494415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/controlboard/src/ControlBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void ControlBoard::Configure(const Entity& _entity,
}
if(!m_coupling_driver.view(m_controlBoardData.ijointcoupling)) {
yError() << "gz-sim-yarp-controlboard-system Plugin failed: error in getting "
"IJointCoupling interface";
"IJointCoupling interface from device with name " << coupling_device_str;
return;
}

Expand Down

0 comments on commit d494415

Please sign in to comment.