From 26a34028f63d9c9abdaeea9b4d6ba586c306a647 Mon Sep 17 00:00:00 2001 From: Jesus Perez Date: Tue, 9 Jan 2024 09:30:32 +0100 Subject: [PATCH] Refs #20121: Remove unnecessary warning Signed-off-by: Jesus Perez --- src/cpp/rtps/transport/TCPTransportInterface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cpp/rtps/transport/TCPTransportInterface.cpp b/src/cpp/rtps/transport/TCPTransportInterface.cpp index 14c9ccde6f..b8ebdfe4bc 100644 --- a/src/cpp/rtps/transport/TCPTransportInterface.cpp +++ b/src/cpp/rtps/transport/TCPTransportInterface.cpp @@ -1243,9 +1243,6 @@ bool TCPTransportInterface::send( //std::cout << "ChannelLocator: " << IPLocator::to_string(channel->locator()) << std::endl; //std::cout << "RemoteLocator: " << IPLocator::to_string(remote_locator) << std::endl; - EPROSIMA_LOG_WARNING(RTCP, "SEND [RTPS] Failed: Not connect: " << IPLocator::getLogicalPort(remote_locator) \ - << " @ IP: " << - IPLocator::toIPv4string(remote_locator)); return false; }