mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 02:48:12 +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) :
|
UDTTest::UDTTest(int& argc, char** argv) :
|
||||||
QCoreApplication(argc, argv)
|
QCoreApplication(argc, argv)
|
||||||
{
|
{
|
||||||
|
qInstallMessageHandler(LogHandler::verboseMessageHandler);
|
||||||
|
|
||||||
parseArguments();
|
parseArguments();
|
||||||
|
|
||||||
// randomize the seed for packet size randomization
|
// randomize the seed for packet size randomization
|
||||||
|
|
Loading…
Reference in a new issue