Skip to content

Commit

Permalink
Refs #20262: Resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
  • Loading branch information
jepemi authored and MiguelCompany committed Feb 1, 2024
1 parent 3813aa3 commit 48ed040
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cpp/rtps/transport/TCPTransportInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1317,17 +1317,11 @@ void TCPTransportInterface::SocketAccepted(
channel->thread(std::thread(&TCPTransportInterface::perform_listen_operation, this,
channel_weak_ptr, rtcp_manager_weak_ptr));

<<<<<<< HEAD
EPROSIMA_LOG_INFO(RTCP, " Accepted connection (local: " << IPLocator::to_string(locator)
<< ", remote: " << channel->remote_endpoint().address()
<< ":" << channel->remote_endpoint().port() << ")");
=======
EPROSIMA_LOG_INFO(RTCP, "Accepted connection (local: "
<< channel->local_endpoint().address() << ":"
<< channel->local_endpoint().port() << "), remote: "
<< channel->remote_endpoint().address() << ":"
<< channel->remote_endpoint().port() << ")");
>>>>>>> 36f7f57b0 (Fix wrong log info messages on TCP (#4258))
}
else
{
Expand Down

0 comments on commit 48ed040

Please sign in to comment.