Skip to content

Commit

Permalink
Remove unnecessary warning (#4217)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
  • Loading branch information
jepemi authored Jan 22, 2024
1 parent 9b31bc2 commit ab94226
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cpp/rtps/transport/TCPTransportInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ab94226

Please sign in to comment.