Merge branch 'collectd-5.5' into collectd-5.6
[collectd.git] / src / battery.c
index a084319..0327d5d 100644 (file)
@@ -793,7 +793,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 */