From d7c0b72297ed18510868edd7d307abb80f2ba87f Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Tue, 28 Dec 2021 09:03:24 +0100 Subject: [PATCH] minor clean up --- DStarGatewayThread.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DStarGatewayThread.cpp b/DStarGatewayThread.cpp index e96628c..4b834f6 100644 --- a/DStarGatewayThread.cpp +++ b/DStarGatewayThread.cpp @@ -332,8 +332,6 @@ void* CDStarGatewayThread::Entry() CRepeaterHandler::startup(); - m_statusFileTimer.start(); - #ifdef USE_CALLSIGN_SERVER CCallsignServer* server = NULL; if (m_dextraEnabled || m_dcsEnabled) { @@ -344,6 +342,7 @@ void* CDStarGatewayThread::Entry() auto timePoint = std::chrono::steady_clock::now(); + m_statusFileTimer.start(); m_statusTimer2.start(); try { @@ -420,7 +419,6 @@ void* CDStarGatewayThread::Entry() } } - // wxLog::FlushActive(); ::std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PER_TIC_MS)); } }