mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
CComponentsTimer: log output moved
Log message was shown on each call of startTimer.
This commit is contained in:
@@ -81,8 +81,8 @@ bool CComponentsTimer::startTimer()
|
|||||||
dprintf(DEBUG_NORMAL,"[CComponentsTimer] [%s] pthread_create %s\n", __func__, strerror(errno));
|
dprintf(DEBUG_NORMAL,"[CComponentsTimer] [%s] pthread_create %s\n", __func__, strerror(errno));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
dprintf(DEBUG_INFO,"[CComponentsTimer] [%s] timer thread [%lu] created with interval = %d\n", __func__, tm_thread, tm_interval);
|
||||||
}
|
}
|
||||||
dprintf(DEBUG_INFO,"[CComponentsTimer] [%s] timer thread [%lu] created with interval = %d\n", __func__, tm_thread, tm_interval);
|
|
||||||
|
|
||||||
//ensure kill of thread on any restart of neutrino
|
//ensure kill of thread on any restart of neutrino
|
||||||
CNeutrinoApp::getInstance()->OnBeforeRestart.connect(sl);
|
CNeutrinoApp::getInstance()->OnBeforeRestart.connect(sl);
|
||||||
|
Reference in New Issue
Block a user