some errors on locking entities are not worth logging

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-02-10 16:06:40 +01:00
parent eee8f6cc59
commit 7739341e71

View file

@ -164,7 +164,7 @@ dds_return_t dds_delete_impl (dds_entity_t entity, bool keep_if_explicit)
rc = dds_entity_lock (entity, UT_HANDLE_DONTCARE_KIND, &e);
if (rc != DDS_RETCODE_OK)
{
DDS_ERROR ("Error on locking entity\n");
DDS_TRACE ("dds_delete_impl: error on locking entity %"PRIu32" keep_if_explicit %d\n", entity, (int) keep_if_explicit);
return DDS_ERRNO (rc);
}