We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d37f8 commit f43e95dCopy full SHA for f43e95d
rclcpp/src/rclcpp/intra_process_manager.cpp
@@ -235,7 +235,7 @@ IntraProcessManager::lowest_available_capacity(const uint64_t intra_process_publ
235
// Publisher is either invalid or no longer exists.
236
RCLCPP_WARN(
237
rclcpp::get_logger("rclcpp"),
238
- "Calling get_subscription_count for invalid or no longer existing publisher id");
+ "Calling lowest_available_capacity for invalid or no longer existing publisher id");
239
return 0;
240
}
241
0 commit comments