projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2388b9f
)
Debian string formatting fix
author
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:14:28 +0000
(08:14 -0400)
committer
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:14:28 +0000
(08:14 -0400)
src/procevent.c
patch
|
blob
|
history
diff --git
a/src/procevent.c
b/src/procevent.c
index
ec7f57a
..
c117242
100644
(file)
--- 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 %l
l
u", proc_id,
(proc_status == PROCEVENT_EXITED ? "EXITED" : "STARTED"),
CDTIME_T_TO_US(cdtime()));