From ff6fd7318760c2a680581e5419a2e4f07d8e3b3e Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 11 Sep 2013 12:17:30 -0700 Subject: [PATCH] have the domain-server use the new verbose logging message handler --- domain-server/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/domain-server/src/main.cpp b/domain-server/src/main.cpp index 11ccbf6bb7..1dedf910e9 100644 --- a/domain-server/src/main.cpp +++ b/domain-server/src/main.cpp @@ -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