Skip to content

Commit

Permalink
Use rmw_namespace_validation_result_string() in rmw_create_node (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Jun 13, 2024
1 parent 1bb128b commit 8a3078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_connextdds_common/src/common/rmw_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rmw_api_connextdds_create_node(
}
if (RMW_NAMESPACE_VALID != validation_result) {
const char * reason =
rmw_node_name_validation_result_string(validation_result);
rmw_namespace_validation_result_string(validation_result);
RMW_CONNEXT_LOG_ERROR_A_SET("invalid node namespace: %s", reason)
return nullptr;
}
Expand Down

0 comments on commit 8a3078b

Please sign in to comment.