X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_ignorelist.c;h=94d6bdae7c92a5989149fb2ce73e0b3a62e4ecec;hb=b90ad9b5b6d928a211b939dc0d51aa92cd09fdd2;hp=bf39597e914ec0381274e105ac7dfe6686ec3574;hpb=09c6d16ffba1b1b15e50579bbcf663f05f630932;p=collectd.git diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c index bf39597e..94d6bdae 100644 --- a/src/utils_ignorelist.c +++ b/src/utils_ignorelist.c @@ -217,10 +217,6 @@ ignorelist_t *ignorelist_create (int invert) /* smalloc exits if it failes */ il = (ignorelist_t *) smalloc (sizeof (ignorelist_t)); - DEBUG("Ignorelist created 0x%p, default is %s", - (void *) il, - invert ? "collect" : "ignore"); - memset (il, '\0', sizeof (ignorelist_t)); /*