mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 14:53:00 +02:00
have the domain-server use the new verbose logging message handler
This commit is contained in:
parent
b7aa49cf97
commit
ff6fd73187
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ unsigned char* addNodeToBroadcastPacket(unsigned char* currentPosition, Node* no
|
|||
}
|
||||
|
||||
int main(int argc, const char* argv[]) {
|
||||
|
||||
qInstallMessageHandler(Logging::verboseMessageHandler);
|
||||
|
||||
NodeList* nodeList = NodeList::createInstance(NODE_TYPE_DOMAIN, DOMAIN_LISTEN_PORT);
|
||||
|
||||
// If user asks to run in "local" mode then we do NOT replace the IP
|
||||
|
|
Loading…
Reference in a new issue