Skip to content

Commit

Permalink
fix: "Failed to parse type hash" message was overly spammy (ros2-50) (#…
Browse files Browse the repository at this point in the history
…149)

Signed-off-by: Taxo Rubio <trubio@rti.com>
  • Loading branch information
trubio-rti authored Aug 23, 2024
1 parent c8ffbfd commit 500baaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_connextdds_common/src/common/rmw_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ rmw_connextdds_graph_add_remote_entity(
if (RMW_RET_OK != rmw_dds_common::parse_type_hash_from_user_data(
user_data_data, user_data_size, type_hash))
{
RMW_CONNEXT_LOG_WARNING_A(
RMW_CONNEXT_LOG_DEBUG_A(
"Failed to parse type hash for topic '%s' with type '%s' from USER_DATA '%*s'.",
topic_name, type_name,
static_cast<int>(user_data_size), reinterpret_cast<const char *>(user_data_data));
Expand Down

0 comments on commit 500baaa

Please sign in to comment.