mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02:00
use the verbose message handler in the assignment-server
This commit is contained in:
parent
04a40be97a
commit
fe3b4a6654
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <QtCore/QString>
|
||||
|
||||
#include <Assignment.h>
|
||||
#include <Logging.h>
|
||||
#include <PacketHeaders.h>
|
||||
#include <SharedUtil.h>
|
||||
#include <UDPSocket.h>
|
||||
|
@ -22,6 +23,8 @@ const long long NUM_DEFAULT_ASSIGNMENT_STALENESS_USECS = 10 * 1000 * 1000;
|
|||
|
||||
int main(int argc, const char* argv[]) {
|
||||
|
||||
qInstallMessageHandler(Logging::verboseMessageHandler);
|
||||
|
||||
std::deque<Assignment*> assignmentQueue;
|
||||
|
||||
sockaddr_in senderSocket;
|
||||
|
|
Loading…
Reference in a new issue