diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/searchtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchtimer.c b/lib/searchtimer.c index 0eb7218..d844c18 100644 --- a/lib/searchtimer.c +++ b/lib/searchtimer.c @@ -1060,7 +1060,7 @@ int cSearchTimer::getDoneFor(cDbRow* searchTimer, cDbRow* useevent, json_t* obj) if (!useeventsDb->find()) { - tell(0, "Warning: Event '%s/%lu/%s' not found", + tell(0, "Warning: Event '%s/%" PRId64 "/%s' not found", useevent->getStrValue("CHANNELID"), useevent->getBigintValue("CNTEVENTID"), useevent->getStrValue("CNTSOURCE")); |