mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_frm_clock: fix format error
This commit is contained in:
@@ -329,7 +329,7 @@ bool CComponentsFrmClock::startClock()
|
|||||||
{
|
{
|
||||||
if (stopClock()){
|
if (stopClock()){
|
||||||
if (cl_interval <= 0){
|
if (cl_interval <= 0){
|
||||||
dprintf(DEBUG_NORMAL, "[CComponentsFrmClock] [%s] clock is set to active, but interval is initialized with value %l ...\n", __func__, cl_interval);
|
dprintf(DEBUG_NORMAL, "[CComponentsFrmClock] [%s] clock is set to active, but interval is initialized with value %lu ...\n", __func__, cl_interval);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user