Code

battery plugin: Fix type in a warning.
[collectd.git] / 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 */