Skip to content

Commit

Permalink
Change the spamming checking interface ERROR to DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Jul 8, 2024
1 parent 723c869 commit 0d25c44
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 @@ -2434,7 +2434,7 @@ controller_interface::return_type ControllerManager::check_following_controllers
controller_state_interfaces.end());
for (const auto & ctrl_itf_name : controller_interfaces)
{
RCLCPP_ERROR(
RCLCPP_DEBUG(
get_logger(), "Checking interface '%s' of controller '%s'.", ctrl_itf_name.c_str(),
controller_it->info.name.c_str());
ControllersListIterator following_ctrl_it;
Expand Down

0 comments on commit 0d25c44

Please sign in to comment.