projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759febb
)
processes plugin: Fix a format string.
collectd-4.3
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Thu, 4 Sep 2008 13:00:40 +0000
(15:00 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Thu, 4 Sep 2008 13:00:40 +0000
(15:00 +0200)
src/processes.c
patch
|
blob
|
history
diff --git
a/src/processes.c
b/src/processes.c
index
6ad4681
..
c837681
100644
(file)
--- a/
src/processes.c
+++ b/
src/processes.c
@@
-850,7
+850,7
@@
static int ps_read (void)
* There's only zombie tasks, which are
* handled above. */
default:
- WARNING ("Unknown thread status: %
s
",
+ WARNING ("Unknown thread status: %
i
",
thread_data.run_state);
break;
} /* switch (thread_data.run_state) */