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 3315396 commit 155312bCopy full SHA for 155312b
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