This is a couple of trivial followups to
809a8973.
"the `%s' plugin failed with status %i.",
plugin_list[i].plugin, status);
- plugin_log_available_writers ();
+ plugin_log_available_writers ();
}
else
{
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) /* {{{ */
* This function can be called to output a list of _all_ registered
* writers to the logfacility.
* Since some writers dynamically build their name it can be hard for
- * the configuring person to know it. This function will fill this gap.
+ * the configuring person to know it. This function will fill this gap.
*/
void plugin_log_available_writers ();