mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-02-03 19:50:03 +00:00
Differentiate new connection messages on the login and shard ports
This commit is contained in:
@@ -462,7 +462,7 @@ void CNServer::start() {
|
||||
if (!setSockNonblocking(sock, newConnectionSocket))
|
||||
continue;
|
||||
|
||||
std::cout << "New connection! " << inet_ntoa(address.sin_addr) << std::endl;
|
||||
std::cout << "New " << serverType << " connection! " << inet_ntoa(address.sin_addr) << std::endl;
|
||||
|
||||
addPollFD(newConnectionSocket);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user