From 0c15ea8c93f5a9697fcbf1b5061a7c5bf4c350a9 Mon Sep 17 00:00:00 2001 From: 1r0b1n0 <1r0b1n0@gmail.com> Date: Mon, 20 May 2019 18:53:00 +0200 Subject: [PATCH] fix log_debug typo in rmw_count (#279) Signed-off-by: Robin Vanhove --- rmw_fastrtps_shared_cpp/src/rmw_count.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_fastrtps_shared_cpp/src/rmw_count.cpp b/rmw_fastrtps_shared_cpp/src/rmw_count.cpp index d6cc9df3b..547fa1a2a 100644 --- a/rmw_fastrtps_shared_cpp/src/rmw_count.cpp +++ b/rmw_fastrtps_shared_cpp/src/rmw_count.cpp @@ -81,7 +81,7 @@ __rmw_count_publishers( RCUTILS_LOG_DEBUG_NAMED( "rmw_fastrtps_shared_cpp", - "looking for subscriber topic: %s, number of matches: %zu", + "looking for publisher topic: %s, number of matches: %zu", topic_name, *count); return RMW_RET_OK;