Debian string formatting fix
authorAndrew Bays <andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:14:28 +0000 (08:14 -0400)
committerAndrew Bays <andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:14:28 +0000 (08:14 -0400)
src/procevent.c

index ec7f57a..c117242 100644 (file)
@@ -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()));