minor clean up

master
Geoffrey Merck 4 years ago
parent 441b09e60a
commit d7c0b72297

@ -332,8 +332,6 @@ void* CDStarGatewayThread::Entry()
CRepeaterHandler::startup(); CRepeaterHandler::startup();
m_statusFileTimer.start();
#ifdef USE_CALLSIGN_SERVER #ifdef USE_CALLSIGN_SERVER
CCallsignServer* server = NULL; CCallsignServer* server = NULL;
if (m_dextraEnabled || m_dcsEnabled) { if (m_dextraEnabled || m_dcsEnabled) {
@ -344,6 +342,7 @@ void* CDStarGatewayThread::Entry()
auto timePoint = std::chrono::steady_clock::now(); auto timePoint = std::chrono::steady_clock::now();
m_statusFileTimer.start();
m_statusTimer2.start(); m_statusTimer2.start();
try { try {
@ -420,7 +419,6 @@ void* CDStarGatewayThread::Entry()
} }
} }
// wxLog::FlushActive();
::std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PER_TIC_MS)); ::std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PER_TIC_MS));
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.