From 3275bdc555a6097384ef190d4dc266f118c4493b Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Thu, 5 Sep 2019 08:14:28 -0400 Subject: [PATCH] Debian string formatting fix --- src/procevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/procevent.c b/src/procevent.c index ec7f57a5..c117242a 100644 --- a/src/procevent.c +++ b/src/procevent.c @@ -813,7 +813,7 @@ static int read_event() { usleep(1000); continue; } else { - DEBUG("procevent plugin: Process %d status is now %s at %lu", proc_id, + DEBUG("procevent plugin: Process %d status is now %s at %llu", proc_id, (proc_status == PROCEVENT_EXITED ? "EXITED" : "STARTED"), CDTIME_T_TO_US(cdtime())); -- 2.11.0