From f39531792d01d6718d0cb97df1b9c2a9aaeeba94 Mon Sep 17 00:00:00 2001 From: ivanpauno Date: Fri, 20 Sep 2019 09:34:29 -0300 Subject: [PATCH] Correct error message Signed-off-by: ivanpauno --- rmw_fastrtps_shared_cpp/src/rmw_node_info_and_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_fastrtps_shared_cpp/src/rmw_node_info_and_types.cpp b/rmw_fastrtps_shared_cpp/src/rmw_node_info_and_types.cpp index 34d67049c..65b01607a 100644 --- a/rmw_fastrtps_shared_cpp/src/rmw_node_info_and_types.cpp +++ b/rmw_fastrtps_shared_cpp/src/rmw_node_info_and_types.cpp @@ -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 );