Differentiate new connection messages on the login and shard ports

This commit is contained in:
2023-03-11 21:54:56 +01:00
parent abcfa3445b
commit a92cfaff25
4 changed files with 4 additions and 1 deletions

View File

@@ -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);