@@ -218,8 +218,8 @@ bool EnablerParticipant::publish_rpc(
218218 if (!it->second ->external_server && rpc_info->service_type == ServiceType::REQUEST )
219219 {
220220 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
221- " Failed to publish data in service " << rpc_info->service_name <<
222- " : service is only announced on the enabler side." );
221+ " Failed to publish data in service " << rpc_info->service_name
222+ << " : service is only announced on the enabler side." );
223223 return false ;
224224 }
225225
@@ -789,8 +789,8 @@ bool EnablerParticipant::query_topic_nts_(
789789 if (!topic_query_callback_)
790790 {
791791 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
792- " Failed to query data from topic " << topic_name <<
793- " : topic is unknown and topic query callback not set." );
792+ " Failed to query data from topic " << topic_name
793+ << " : topic is unknown and topic query callback not set." );
794794 return false ;
795795 }
796796 TopicInfo topic_info;
@@ -811,8 +811,8 @@ bool EnablerParticipant::query_service_nts_(
811811 if (!service_query_callback_)
812812 {
813813 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
814- " Failed to announce service " << service->service_name <<
815- " : service is unknown and service request callback not set." );
814+ " Failed to announce service " << service->service_name
815+ << " : service is unknown and service request callback not set." );
816816 return false ;
817817 }
818818
@@ -841,8 +841,8 @@ bool EnablerParticipant::query_action_nts_(
841841 if (!action_query_callback_)
842842 {
843843 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
844- " Failed to announce action " << action.action_name <<
845- " : action is unknown and action request callback not set." );
844+ " Failed to announce action " << action.action_name
845+ << " : action is unknown and action request callback not set." );
846846 return false ;
847847 }
848848
@@ -971,8 +971,8 @@ bool EnablerParticipant::query_action_nts_(
971971 lck))
972972 {
973973 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
974- " Failed to announce action " << action.action_name <<
975- " : feedback topic writer creation failed." );
974+ " Failed to announce action " << action.action_name
975+ << " : feedback topic writer creation failed." );
976976 return false ;
977977 }
978978 }
@@ -1001,8 +1001,8 @@ bool EnablerParticipant::query_action_nts_(
10011001 lck))
10021002 {
10031003 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
1004- " Failed to announce action " << action.action_name <<
1005- " : status topic writer creation failed." );
1004+ " Failed to announce action " << action.action_name
1005+ << " : status topic writer creation failed." );
10061006 return false ;
10071007 }
10081008 }
@@ -1042,8 +1042,8 @@ bool EnablerParticipant::create_topic_writer_nts_(
10421042 }))
10431043 {
10441044 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
1045- " Failed to create internal reader for topic " << topic.m_topic_name <<
1046- " , please verify that the topic is allowed." );
1045+ " Failed to create internal reader for topic " << topic.m_topic_name
1046+ << " , please verify that the topic is allowed." );
10471047 return false ;
10481048 }
10491049
@@ -1074,8 +1074,8 @@ bool EnablerParticipant::create_service_request_writer_nts_(
10741074 }
10751075
10761076 EPROSIMA_LOG_ERROR (DDSENABLER_ENABLER_PARTICIPANT ,
1077- " Failed to create server as there is already a server running for service " << service->service_name <<
1078- " ." );
1077+ " Failed to create server as there is already a server running for service " << service->service_name
1078+ << " ." );
10791079 return false ;
10801080}
10811081
0 commit comments