mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
cc_frm_clock: fix format error
Origin commit data
------------------
Commit: f15bdf2d38
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-06 (Mon, 06 Jan 2020)
This commit is contained in:
@@ -329,7 +329,7 @@ bool CComponentsFrmClock::startClock()
|
||||
{
|
||||
if (stopClock()){
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user