Merge branch 'collectd-5.6'
[collectd.git] / src / battery.c
index a909b75..fbc64f4 100644 (file)
@@ -768,7 +768,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 */