projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169f4b5
)
battery plugin: Fix type in a warning.
author
Florian Forster
<octo@collectd.org>
Sun, 30 Oct 2016 20:42:49 +0000
(21:42 +0100)
committer
Florian Forster
<octo@collectd.org>
Sun, 30 Oct 2016 20:42:49 +0000
(21:42 +0100)
src/battery.c
patch
|
blob
|
history
diff --git
a/src/battery.c
b/src/battery.c
index
c4c050d
..
c501a30
100644
(file)
--- a/
src/battery.c
+++ b/
src/battery.c
@@
-797,7
+797,7
@@
static int battery_read (void) /* {{{ */
if (status == 0)
return (0);
- ERROR ("battery plugin: A
dd
available input methods failed.");
+ ERROR ("battery plugin: A
ll
available input methods failed.");
return (-1);
} /* }}} int battery_read */
#endif /* KERNEL_LINUX */