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 cd266f3 commit cebc7afCopy full SHA for cebc7af
1 file changed
ddspipe_participants/src/cpp/reader/dds/CommonReader.cpp
@@ -376,7 +376,8 @@ void CommonReader::fill_received_data_(
376
377
default:
378
EPROSIMA_LOG_WARNING(DDSPIPE_DDS_READER,
379
- "Received unknown InstanceStateKind from Fast DDS: " << static_cast<int>(info.instance_state) <<
+ "Received unknown InstanceStateKind from Fast DDS: " << static_cast<int>(info.instance_state)
380
+ <<
381
". Setting ChangeKind to NOT_ALIVE_UNREGISTERED by default.");
382
data_to_fill.kind = ChangeKind::NOT_ALIVE_UNREGISTERED;
383
break;
0 commit comments