have the domain-server use the new verbose logging message handler

This commit is contained in:
Stephen Birarda 2013-09-11 12:17:30 -07:00
parent b7aa49cf97
commit ff6fd73187

View file

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