Fix typo in action client logger name (#937)

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
Jacob Perron 2019-12-05 16:29:13 -08:00 committed by GitHub
parent 4f84948a8e
commit 6ef23841f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ public:
const rcl_action_client_options_t & client_options) const rcl_action_client_options_t & client_options)
: node_graph_(node_graph), : node_graph_(node_graph),
node_handle(node_base->get_shared_rcl_node_handle()), node_handle(node_base->get_shared_rcl_node_handle()),
logger(node_logging->get_logger().get_child("rclcpp_acton")), logger(node_logging->get_logger().get_child("rclcpp_action")),
random_bytes_generator(std::random_device{} ()) random_bytes_generator(std::random_device{} ())
{ {
std::weak_ptr<rcl_node_t> weak_node_handle(node_handle); std::weak_ptr<rcl_node_t> weak_node_handle(node_handle);