Skip to content

Commit

Permalink
Refs #22627: Avoid macro collision in MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Domínguez López <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Jan 21, 2025
1 parent 92db39b commit 36b4d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpp/rtps/RTPSDomain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,11 @@ RTPSParticipant* RTPSDomainImpl::clientServerEnvironmentCreationOverride(
{
if (res == SystemCommandBuilder::SystemCommandResult::BAD_PARAM)
{
EPROSIMA_LOG_ERROR(DOMAIN, "EASY_MODE IP connection conflicts with a previous one.");
EPROSIMA_LOG_ERROR(RTPS_DOMAIN, "EASY_MODE IP connection conflicts with a previous one.");
}
else
{
EPROSIMA_LOG_ERROR(DOMAIN, "Auto discovery server client setup. Unable to spawn daemon.");
EPROSIMA_LOG_ERROR(RTPS_DOMAIN, "Auto discovery server client setup. Unable to spawn daemon.");
}
return nullptr;
}
Expand Down

0 comments on commit 36b4d48

Please sign in to comment.