Skip to content

Commit 1a2978b

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ bool PDPClient::createPDPEndpoints()
200200
if (mp_RTPSParticipant->is_secure())
201201
{
202202
EPROSIMA_LOG_ERROR(RTPS_PDP_CLIENT,
203-
"Discovery Server with security is not available in Fast DDS community edition. "
204-
"This feature is only available in Fast DDS Pro.");
203+
"Discovery Server with security is only available in Fast DDS Pro.");
205204
return false;
206205
}
207206
#endif // HAVE_SECURITY

0 commit comments

Comments
 (0)