File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -624,8 +624,9 @@ bool StatefulReader::process_data_msg(
624624 if (!change_pool_->reserve_cache (change_to_add))
625625 {
626626 EPROSIMA_LOG_WARNING (RTPS_MSG_IN,
627- IDSTRING " Reached the maximum number of samples allowed by this reader's QoS. Rejecting change for reader: " <<
628- m_guid );
627+ IDSTRING
628+ " Reached the maximum number of samples allowed by this reader's QoS. Rejecting change for reader: "
629+ << m_guid );
629630 return false ;
630631 }
631632
@@ -1122,8 +1123,9 @@ bool StatefulReader::change_received(
11221123 }
11231124 }
11241125
1125- EPROSIMA_LOG_INFO (RTPS_READER, " Change received from " << a_change->writerGUID << " with sequence number: "
1126- << a_change->sequenceNumber <<
1126+ EPROSIMA_LOG_INFO (RTPS_READER,
1127+ " Change received from " << a_change->writerGUID << " with sequence number: " <<
1128+ a_change->sequenceNumber <<
11271129 " skipped. Higher sequence numbers have been received." );
11281130 return false ;
11291131 }
Original file line number Diff line number Diff line change @@ -627,8 +627,9 @@ bool StatelessReader::process_data_msg(
627627 if (!change_pool_->reserve_cache (change_to_add))
628628 {
629629 EPROSIMA_LOG_WARNING (RTPS_MSG_IN,
630- IDSTRING " Reached the maximum number of samples allowed by this reader's QoS. Rejecting change for reader: " <<
631- m_guid );
630+ IDSTRING
631+ " Reached the maximum number of samples allowed by this reader's QoS. Rejecting change for reader: "
632+ << m_guid );
632633 return false ;
633634 }
634635
You can’t perform that action at this time.
0 commit comments