X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftail.c;h=df94580cf458cac2acc8fe0b47e63e36139c5b18;hb=a0076bffe5b8894c22d07f666fcf699d0e47b5a9;hp=841b3312749c5bea0ec06ca4d5668738cf14e392;hpb=a9191cc20f0a5af022ae1d9482af2eaf0098a46a;p=collectd.git diff --git a/src/tail.c b/src/tail.c index 841b3312..df94580c 100644 --- a/src/tail.c +++ b/src/tail.c @@ -95,7 +95,7 @@ static int ctail_config_add_match_dstype(ctail_config_match_t *cm, } else if (strcasecmp("Distribution", ds_type) == 0) { cm->flags = UTILS_MATCH_DS_TYPE_GAUGE | UTILS_MATCH_CF_GAUGE_DIST; - int status = latency_config(&cm->latency, ci, "tail"); + int status = latency_config(&cm->latency, ci); if (status != 0) return status; } else if (strncasecmp("Counter", ds_type, strlen("Counter")) == 0) {