Log core port

This commit is contained in:
Tixx 2024-09-22 23:59:00 +02:00
parent e242057583
commit 2ddb576e72

View File

@ -288,7 +288,7 @@ void localRes() {
ConfList = new std::set<std::string>; ConfList = new std::set<std::string>;
} }
void CoreMain() { void CoreMain() {
debug("Core Network on start!"); debug("Core Network on start! port: " + std::to_string(options.port));
SOCKET LSocket, CSocket; SOCKET LSocket, CSocket;
struct addrinfo* res = nullptr; struct addrinfo* res = nullptr;
struct addrinfo hints { }; struct addrinfo hints { };