Skip to content

Commit

Permalink
Correct error message (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Sep 24, 2019
1 parent 2017684 commit 3ec3e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/src/rmw_node_info_and_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rmw_ret_t __get_guid_by_name(

if (guid_node_pair == impl->listener->discovered_names.end()) {
RMW_SET_ERROR_MSG_WITH_FORMAT_STRING(
"Node name not found: ns='%s', name='%s",
"Node name not found: ns='%s', name='%s'",
node_namespace,
node_name
);
Expand Down

0 comments on commit 3ec3e00

Please sign in to comment.