Skip to content
Snippets Groups Projects
Commit 0c27667e authored by Michael Jeronimo's avatar Michael Jeronimo Committed by Carl Delsey
Browse files

Minor name fix for previous commit

parent a0fb7c52
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public:
}
RCLCPP_INFO(
node_->get_logger(), "%s service client: waiting for service to appear...",
service_name.c_str());
service_name_.c_str());
}
RCLCPP_DEBUG(node_->get_logger(), "%s service client: send async request",
......@@ -88,7 +88,7 @@ public:
}
RCLCPP_INFO(
node_->get_logger(), "%s service client: waiting for service to appear...",
service_name.c_str());
service_name_.c_str());
}
RCLCPP_DEBUG(node_->get_logger(), "%s service client: send async request",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment