X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.c;h=3d364458bfb4c3a3e0def36300e9a76d23cf88ee;hb=68923fc80953be8b3b7e777e8cedc605ae41ef4f;hp=b69e65b6a75b2413b6f777694fd9f73fb92ace12;hpb=13e2b6e5a5ff8dbb20e6e5e06058b3372d139b94;p=collectd.git diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index b69e65b6..3d364458 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -1448,9 +1448,9 @@ int plugin_unregister_read (const char *name) /* {{{ */ return (0); } /* }}} int plugin_unregister_read */ -void plugin_log_available_writers () +void plugin_log_available_writers (void) { - log_list_callbacks (&list_write, "Available writers:"); + log_list_callbacks (&list_write, "Available write targets:"); } static int compare_read_func_group (llentry_t *e, void *ud) /* {{{ */