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:
2020-01-06 22:22:41 +01:00
committed by vanhofen
parent 283061804e
commit 7efcad6cf9

View File

@@ -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;
}