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
(cherry picked from commit 0a7b149)
  • Loading branch information
yashi authored and mergify[bot] committed Dec 27, 2023
1 parent 102cc70 commit ea20ecd
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 @@ -946,7 +946,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 ea20ecd

Please sign in to comment.