Skip to content

Commit ed8ad14

Browse files
Shorter error message in PDPServer
Co-authored-by: Miguel Company <miguelcompany@eprosima.com> Signed-off-by: Raül Ojeda Gandia <raulojeda@eprosima.com>
1 parent 1a2978b commit ed8ad14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cpp/rtps/builtin/discovery/participant/PDPServer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ bool PDPServer::createPDPEndpoints()
222222
if (mp_RTPSParticipant->is_secure())
223223
{
224224
EPROSIMA_LOG_ERROR(RTPS_PDP_SERVER,
225-
"Discovery Server with security is not available in Fast DDS community edition. "
226-
"This feature is only available in Fast DDS Pro.");
225+
"Discovery Server with security is only available in Fast DDS Pro.");
227226
return false;
228227
}
229228
#endif // HAVE_SECURITY

0 commit comments

Comments
 (0)