From 240a0b30cd9a478589ed00465bc081f810da05a9 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 24 Jul 2016 17:56:04 +0200 Subject: [PATCH] curl plugin: correct error message --- src/curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2