Skip to content

Commit

Permalink
controller_manager: Add space to string literal concatenation (#1245)
Browse files Browse the repository at this point in the history
Signed-off-by: roscan-tech <liwei4402@mail2.sysu.edu.cn>
  • Loading branch information
yashi authored and roscan-tech committed Sep 8, 2024
1 parent 4523ef6 commit 41cd38f
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 @@ -973,7 +973,7 @@ controller_interface::return_type ControllerManager::switch_controller(
{
RCLCPP_WARN(
get_logger(),
"Controller with name '%s' is not inactive so its following"
"Controller with name '%s' is not inactive so its following "
"controllers do not have to be checked, because it cannot be activated.",
controller_it->info.name.c_str());
ret = controller_interface::return_type::ERROR;
Expand Down

0 comments on commit 41cd38f

Please sign in to comment.