X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=c6efe0792ad7cc4a750b56668fa975d804b2a515;hb=9eb3efd17e10c3bd59aa227d8d11fe60d6d4f303;hp=68f6dc42b47f4295baa642773341ebb30a0f00a4;hpb=c0aeca0049de03c3da80f6072eda47eb722f931a;p=collectd.git diff --git a/src/write_http.c b/src/write_http.c index 68f6dc42..c6efe079 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -730,7 +730,7 @@ static int wh_config_node(oconfig_item_t *ci) /* {{{ */ } strarray_add(&http_attrs, &http_attrs_num, key); strarray_add(&http_attrs, &http_attrs_num, val); - DEBUG("write_http plugins: got attribute: %s => %s", key, val); + DEBUG("write_http plugin: got attribute: %s => %s", key, val); sfree(key); sfree(val); } else {