Skip to content

Commit f43e95d

Browse files
DensoADASalsora
andauthored
Updated warning
Co-authored-by: Alberto Soragna <[email protected]>
1 parent 02d37f8 commit f43e95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/src/rclcpp/intra_process_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ IntraProcessManager::lowest_available_capacity(const uint64_t intra_process_publ
235235
// Publisher is either invalid or no longer exists.
236236
RCLCPP_WARN(
237237
rclcpp::get_logger("rclcpp"),
238-
"Calling get_subscription_count for invalid or no longer existing publisher id");
238+
"Calling lowest_available_capacity for invalid or no longer existing publisher id");
239239
return 0;
240240
}
241241

0 commit comments

Comments
 (0)