projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3275bdc
)
Another string formatting fix attempt
author
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:23:31 +0000
(08:23 -0400)
committer
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:23:31 +0000
(08:23 -0400)
src/procevent.c
patch
|
blob
|
history
diff --git
a/src/procevent.c
b/src/procevent.c
index
c117242
..
ab000db
100644
(file)
--- 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;