Skip to content

Commit

Permalink
Refs #21959: Apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Oct 31, 2024
1 parent f56e378 commit f4b4073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpp/rtps/attributes/RTPSParticipantAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ static void setup_large_data_shm_transport(
#ifdef FASTDDS_SHM_TRANSPORT_DISABLED
static_cast<void>(att);
EPROSIMA_LOG_ERROR(RTPS_PARTICIPANT, "Trying to configure Large Data transport, " <<
"but Fast DDS was built without SHM transport support.");
"but Fast DDS was built without SHM transport support. Will use " <<
"TCP for communications on the same host.");
#else
auto descriptor = create_shm_transport(att, options);
att.userTransports.push_back(descriptor);
Expand Down

0 comments on commit f4b4073

Please # to comment.