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)); } }