projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f077d4
)
curl plugin: correct error message
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:56:04 +0000
(17:56 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:56:04 +0000
(17:56 +0200)
src/curl.c
patch
|
blob
|
history
diff --git
a/src/curl.c
b/src/curl.c
index
cf2e816
..
d9ced60
100644
(file)
--- 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);
}