X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.c;h=ae99d5fdfa13bb9aef4b7d6efb994dcb6078e01b;hb=4380983e0a45e2d1c1207dbea95863d1dcc844c6;hp=d22bd94091178b788f18a11f027ff1d09820f8b1;hpb=5ea1f5a36f99f6c828936d1f993c9ba790b953ec;p=collectd.git diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index d22bd940..ae99d5fd 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -1126,8 +1126,7 @@ static int plugin_insert_read(read_func_t *rf) { if (le != NULL) { pthread_mutex_unlock(&read_lock); WARNING("The read function \"%s\" is already registered. " - "Check for duplicate \"LoadPlugin\" lines " - "in your configuration!", + "Check for duplicates in your configuration!", rf->rf_name); return EINVAL; }