changes requested by review

This commit is contained in:
= 2025-06-21 16:45:31 +02:00
parent 48118b764f
commit 123f74b6ea

View File

@ -46,9 +46,7 @@ public:
boost::system::error_code errorCode;
_acceptor.assign(boost::asio::ip::tcp::v4(), listen_fd, errorCode);
if (errorCode)
{
LOG_WARN("network", "Failed to assign socket", errorCode.message());
}
LOG_WARN("network", "Failed to assign socket {}", errorCode.message());
}
}