Skip to content

Commit

Permalink
Updated warning
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Soragna <[email protected]>
Signed-off-by: Joshua Hampp <[email protected]>
  • Loading branch information
2 people authored and Joshua Hampp committed Apr 26, 2023
1 parent 3315396 commit 155312b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/src/rclcpp/intra_process_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ IntraProcessManager::lowest_available_capacity(const uint64_t intra_process_publ
// Publisher is either invalid or no longer exists.
RCLCPP_WARN(
rclcpp::get_logger("rclcpp"),
"Calling get_subscription_count for invalid or no longer existing publisher id");
"Calling lowest_available_capacity for invalid or no longer existing publisher id");
return 0;
}

Expand Down

0 comments on commit 155312b

Please sign in to comment.