Skip to content

Commit 500baaa

Browse files
authored
fix: "Failed to parse type hash" message was overly spammy (ros2-50) (#149)
Signed-off-by: Taxo Rubio <[email protected]>
1 parent c8ffbfd commit 500baaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw_connextdds_common/src/common/rmw_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ rmw_connextdds_graph_add_remote_entity(
924924
if (RMW_RET_OK != rmw_dds_common::parse_type_hash_from_user_data(
925925
user_data_data, user_data_size, type_hash))
926926
{
927-
RMW_CONNEXT_LOG_WARNING_A(
927+
RMW_CONNEXT_LOG_DEBUG_A(
928928
"Failed to parse type hash for topic '%s' with type '%s' from USER_DATA '%*s'.",
929929
topic_name, type_name,
930930
static_cast<int>(user_data_size), reinterpret_cast<const char *>(user_data_data));

0 commit comments

Comments
 (0)