mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
add LogHandler to UDTTest
This commit is contained in:
parent
7b8ca2c0f2
commit
5124fc1ea0
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ const QStringList SERVER_STATS_TABLE_HEADERS {
|
|||
UDTTest::UDTTest(int& argc, char** argv) :
|
||||
QCoreApplication(argc, argv)
|
||||
{
|
||||
qInstallMessageHandler(LogHandler::verboseMessageHandler);
|
||||
|
||||
parseArguments();
|
||||
|
||||
// randomize the seed for packet size randomization
|
||||
|
|
Loading…
Reference in a new issue