@@ -147,7 +147,8 @@ static void set_builtin_transports_from_env_var(
147
147
" LARGE_DATA" , BuiltinTransports::LARGE_DATA,
148
148
" LARGE_DATAv6" , BuiltinTransports::LARGE_DATAv6))
149
149
{
150
- EPROSIMA_LOG_ERROR (RTPS_PARTICIPANT, " Wrong value '" << env_value << " ' for environment variable '" <<
150
+ EPROSIMA_LOG_ERROR (RTPS_PARTICIPANT,
151
+ " Wrong value '" << env_value << " ' for environment variable '" <<
151
152
env_var_name << " '. Leaving as DEFAULT" );
152
153
}
153
154
// Max_msg_size parser
@@ -486,7 +487,8 @@ RTPSParticipantImpl::RTPSParticipantImpl(
486
487
{
487
488
EPROSIMA_LOG_INFO (RTPS_PARTICIPANT,
488
489
" Participant " << m_att.getName () << " with GUID " << m_guid <<
489
- " tries to create a TCP client for discovery server without providing a proper listening port." <<
490
+ " tries to create a TCP client for discovery server without providing a proper listening port."
491
+ <<
490
492
" No TCP participants will be able to connect to this participant, but it will be able make connections." );
491
493
}
492
494
for (fastdds::rtps::RemoteServerAttributes& it : m_att.builtin .discovery_config .m_DiscoveryServers )
@@ -1428,7 +1430,7 @@ bool RTPSParticipantImpl::createWriter(
1428
1430
if (entityId == c_EntityId_SPDPWriter)
1429
1431
{
1430
1432
return new PDPStatelessWriter (this , guid, param, flow_controller,
1431
- hist, listen);
1433
+ hist, listen);
1432
1434
}
1433
1435
else if (persistence != nullptr )
1434
1436
{
@@ -3027,7 +3029,8 @@ void RTPSParticipantImpl::environment_file_has_changed()
3027
3029
}
3028
3030
else
3029
3031
{
3030
- EPROSIMA_LOG_WARNING (RTPS_QOS_CHECK, " Trying to add Discovery Servers to a participant which is not a SERVER, BACKUP " <<
3032
+ EPROSIMA_LOG_WARNING (RTPS_QOS_CHECK,
3033
+ " Trying to add Discovery Servers to a participant which is not a SERVER, BACKUP " <<
3031
3034
" or an overriden CLIENT (SIMPLE participant transformed into CLIENT with the environment variable)" );
3032
3035
}
3033
3036
}
0 commit comments