X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fprocevent.c;h=ab000dbd00d331ef87952077a5e308f4b7198983;hb=02c7ecd8f28af45fcec61b52d8b14e86b479ecba;hp=c117242a6d0c1572479454a0ab2c8452e986170e;hpb=3275bdc555a6097384ef190d4dc266f118c4493b;p=collectd.git diff --git a/src/procevent.c b/src/procevent.c index c117242a..ab000dbd 100644 --- a/src/procevent.c +++ b/src/procevent.c @@ -815,7 +815,7 @@ static int read_event() { } else { DEBUG("procevent plugin: Process %d status is now %s at %llu", proc_id, (proc_status == PROCEVENT_EXITED ? "EXITED" : "STARTED"), - CDTIME_T_TO_US(cdtime())); + (unsigned long long)cdtime()); ring.buffer[ring.head][RBUF_PROC_ID_INDEX] = proc_id; ring.buffer[ring.head][RBUF_PROC_STATUS_INDEX] = proc_status;