#20 fix copy paste typo

pull/32/head
Geoffrey Merck 4 years ago
parent 4511d88e0f
commit 05e3aa7fa9

@ -155,7 +155,7 @@ bool CDGWTimeServerApp::createThread()
void CDGWTimeServerApp::sigHandler(int sig)
{
CLog::logInfo("Caught signal : %s, shutting down gateway", strsignal(sig));
CLog::logInfo("Caught signal : %s, shutting down time server", strsignal(sig));
if(g_app != nullptr && g_app->m_thread != nullptr) {
g_app->m_thread->kill();

Loading…
Cancel
Save

Powered by TurnKey Linux.