@@ -504,15 +504,17 @@ void DiscoveryDataBase::process_pdp_data_queue()
504504 if (data_queue_info.change ()->kind == eprosima::fastdds::rtps::ALIVE)
505505 {
506506 // Update participants map
507- EPROSIMA_LOG_INFO (DISCOVERY_DATABASE, " DATA(p) of entity " << data_queue_info.change ()->instanceHandle <<
508- " received from: " << data_queue_info.change ()->writerGUID );
507+ EPROSIMA_LOG_INFO (DISCOVERY_DATABASE, " DATA(p) of entity " << data_queue_info.change ()->instanceHandle
508+ << " received from: "
509+ << data_queue_info.change ()->writerGUID );
509510 create_participant_from_change_ (data_queue_info.change (), data_queue_info.participant_change_data ());
510511 }
511512 // If the change is a DATA(Up)
512513 else
513514 {
514- EPROSIMA_LOG_INFO (DISCOVERY_DATABASE, " DATA(Up) of entity " << data_queue_info.change ()->instanceHandle <<
515- " received from: " << data_queue_info.change ()->writerGUID );
515+ EPROSIMA_LOG_INFO (DISCOVERY_DATABASE, " DATA(Up) of entity " << data_queue_info.change ()->instanceHandle
516+ << " received from: "
517+ << data_queue_info.change ()->writerGUID );
516518 process_dispose_participant_ (data_queue_info.change ());
517519 }
518520 }
@@ -1808,8 +1810,10 @@ void DiscoveryDataBase::AckedFunctor::operator () (
18081810 auto remote_server_it = db_->participants_ .find (*it);
18091811 if (remote_server_it == db_->participants_ .end ())
18101812 {
1811- EPROSIMA_LOG_INFO (DISCOVERY_DATABASE, " Change " << change_->instanceHandle <<
1812- " check as acked for " << reader_proxy->guid () << " as it has not answered pinging yet" );
1813+ EPROSIMA_LOG_INFO (DISCOVERY_DATABASE, " Change " << change_->instanceHandle
1814+ << " check as acked for "
1815+ << reader_proxy->guid ()
1816+ << " as it has not answered pinging yet" );
18131817 return ;
18141818 }
18151819
@@ -2577,8 +2581,8 @@ bool DiscoveryDataBase::from_json(
25772581 }
25782582
25792583 EPROSIMA_LOG_INFO (DISCOVERY_DATABASE,
2580- " Writer " << guid_aux << " created with instance handle " <<
2581- wit.first ->second .change ()->instanceHandle );
2584+ " Writer " << guid_aux << " created with instance handle "
2585+ << wit.first ->second .change ()->instanceHandle );
25822586
25832587 if (change->kind != fastdds::rtps::ALIVE)
25842588 {
0 commit comments