mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 21:04:26 +08:00
changes requested by review
This commit is contained in:
parent
48118b764f
commit
123f74b6ea
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user