cc_frm_clock: fix format error

This commit is contained in:
2020-01-06 16:38:21 +01:00
parent 17d1ed41be
commit 17c7bbd6e3

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