Skip to content

Commit

Permalink
Remove unnecessary TCP warning (#4217) (#4272)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)

Co-authored-by: Jesús Pérez <78275223+jepemi@users.noreply.github.com>
  • Loading branch information
mergify[bot] and jepemi authored Jan 29, 2024
1 parent db0bc06 commit e9a37b5
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 @@ -1208,9 +1208,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 e9a37b5

Please sign in to comment.