Skip to content

Commit

Permalink
fix log_debug typo in rmw_count (#279)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Vanhove <rov@robopec.com>
  • Loading branch information
1r0b1n0 authored and dirk-thomas committed May 20, 2019
1 parent d2e8a8d commit 0c15ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/src/rmw_count.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c15ea8

Please sign in to comment.