Skip to content

Commit

Permalink
Log errors every time
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 22, 2024
1 parent 2535b52 commit 75aed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ controller_interface::return_type ControllerManager::update(

if (controller_ret != controller_interface::return_type::OK)
{
RCLCPP_ERROR_ONCE(
RCLCPP_ERROR(
get_logger(), "The update call of the following controller returned an error: '%s'",
loaded_controller.info.name.c_str());
ret = controller_ret;
Expand Down

0 comments on commit 75aed5b

Please sign in to comment.