We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ffbfd commit 500baaaCopy full SHA for 500baaa
rmw_connextdds_common/src/common/rmw_graph.cpp
@@ -924,7 +924,7 @@ rmw_connextdds_graph_add_remote_entity(
924
if (RMW_RET_OK != rmw_dds_common::parse_type_hash_from_user_data(
925
user_data_data, user_data_size, type_hash))
926
{
927
- RMW_CONNEXT_LOG_WARNING_A(
+ RMW_CONNEXT_LOG_DEBUG_A(
928
"Failed to parse type hash for topic '%s' with type '%s' from USER_DATA '%*s'.",
929
topic_name, type_name,
930
static_cast<int>(user_data_size), reinterpret_cast<const char *>(user_data_data));
0 commit comments