Skip to content

Commit

Permalink
Update rclcpp/include/rclcpp/service.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
kghost and fujitatomoya committed Jul 10, 2023
1 parent 0186b12 commit 7ba1c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ class Service
if (ret == RCL_RET_TIMEOUT) {
RCLCPP_WARN(
rclcpp::get_node_logger(node_handle_.get()).get_child("rclcpp"),
"failed to send response: %s",
"failed to send response (timeout): %s",
rcl_get_error_string().str);
rcl_reset_error();
return;
Expand Down

0 comments on commit 7ba1c37

Please sign in to comment.