mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
cc_frm_clock.cpp: ensure set of thread name
This commit is contained in:
@@ -326,10 +326,10 @@ bool CComponentsFrmClock::startClock()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cl_timer == NULL){
|
if (cl_timer == NULL)
|
||||||
cl_timer = new CComponentsTimer(0);
|
cl_timer = new CComponentsTimer(0);
|
||||||
cl_timer->setThreadName("frmClock");
|
|
||||||
}
|
cl_timer->setThreadName(getItemName());
|
||||||
|
|
||||||
if (cl_timer->OnTimer.empty()){
|
if (cl_timer->OnTimer.empty()){
|
||||||
dprintf(DEBUG_INFO,"\033[33m[CComponentsFrmClock]\t[%s] init slot...\033[0m\n", __func__);
|
dprintf(DEBUG_INFO,"\033[33m[CComponentsFrmClock]\t[%s] init slot...\033[0m\n", __func__);
|
||||||
|
Reference in New Issue
Block a user