Skip to content

Commit 47a5dcd

Browse files
roscan-techyashi
andauthored
controller_manager: Add space to string literal concatenation (#1245) (#1747)
Signed-off-by: roscan-tech <[email protected]> Co-authored-by: Yasushi SHOJI <[email protected]>
1 parent 4523ef6 commit 47a5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller_manager/src/controller_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ controller_interface::return_type ControllerManager::switch_controller(
973973
{
974974
RCLCPP_WARN(
975975
get_logger(),
976-
"Controller with name '%s' is not inactive so its following"
976+
"Controller with name '%s' is not inactive so its following "
977977
"controllers do not have to be checked, because it cannot be activated.",
978978
controller_it->info.name.c_str());
979979
ret = controller_interface::return_type::ERROR;

0 commit comments

Comments
 (0)