projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
240a0b3
)
memcachec plugin: correct error message
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:56:46 +0000
(17:56 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:56:46 +0000
(17:56 +0200)
src/memcachec.c
patch
|
blob
|
history
diff --git
a/src/memcachec.c
b/src/memcachec.c
index
629b99b
..
d7e6c28
100644
(file)
--- a/
src/memcachec.c
+++ b/
src/memcachec.c
@@
-271,7
+271,7
@@
static int cmc_config_add_match (web_page_t *page, /* {{{ */
match->dstype);
if (match->match == NULL)
{
- ERROR ("memcachec plugin:
tail_match_add_match
_simple failed.");
+ ERROR ("memcachec plugin:
match_create
_simple failed.");
cmc_web_match_free (match);
return (-1);
}