Code

battery plugin: Fix type in a warning.
authorFlorian Forster <octo@collectd.org>
Sun, 30 Oct 2016 20:42:49 +0000 (21:42 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 30 Oct 2016 20:42:49 +0000 (21:42 +0100)
src/battery.c

index c4c050d7ff1cd11cc70cd2d17323f90da747e542..c501a301d143a48920f32a55317701b0d769a381 100644 (file)
@@ -797,7 +797,7 @@ static int battery_read (void) /* {{{ */
        if (status == 0)
                return (0);
 
-       ERROR ("battery plugin: Add available input methods failed.");
+       ERROR ("battery plugin: All available input methods failed.");
        return (-1);
 } /* }}} int battery_read */
 #endif /* KERNEL_LINUX */