From: Ruben Kerkhof Date: Sun, 24 Jul 2016 15:56:04 +0000 (+0200) Subject: curl plugin: correct error message X-Git-Tag: collectd-5.6.0~164 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=240a0b30cd9a478589ed00465bc081f810da05a9;p=collectd.git curl plugin: correct error message --- diff --git a/src/curl.c b/src/curl.c index cf2e816b..d9ced60d 100644 --- a/src/curl.c +++ b/src/curl.c @@ -341,7 +341,7 @@ static int cc_config_add_match (web_page_t *page, /* {{{ */ match->dstype); if (match->match == NULL) { - ERROR ("curl plugin: tail_match_add_match_simple failed."); + ERROR ("curl plugin: match_create_simple failed."); cc_web_match_free (match); return (-1); }