memcachec plugin: correct error message
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:56:46 +0000 (17:56 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:56:46 +0000 (17:56 +0200)
src/memcachec.c

index 629b99b..d7e6c28 100644 (file)
@@ -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);
   }