Code

Merge branch 'collectd-4.1' into collectd-4.2
[collectd.git] / src / configfile.c
index 0310ca8aff417f37036a737ee55043f5182bc955..4c514d7509d4a6a34e2079b8a08fc066b5554c05 100644 (file)
@@ -126,7 +126,9 @@ static int cf_dispatch (const char *type, const char *orig_key,
 
        if ((cf_cb = cf_search (type)) == NULL)
        {
-               WARNING ("Plugin `%s' did not register a callback.", type);
+               WARNING ("Found a configuration for the `%s' plugin, but "
+                               "the plugin isn't loaded or didn't register "
+                               "a configuration callback.", type);
                return (-1);
        }