Skip to content

Commit

Permalink
add ':' before parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Aug 2, 2018
1 parent 5ff95a9 commit 6109880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_nodes_cpp/src/parameters/even_parameters_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EvenParameterNode : public rclcpp::Node
result.successful = false;
} else {
RCLCPP_INFO(this->get_logger(),
"parameter '%s' has changed and is now %s",
"parameter '%s' has changed and is now: %s",
parameter.get_name().c_str(),
parameter.value_to_string().c_str()
);
Expand Down

0 comments on commit 6109880

Please sign in to comment.