From: Florian Forster Date: Sat, 9 Feb 2008 17:07:08 +0000 (+0100) Subject: src/utils_ignorelist.c: Remove an annoying debug message. X-Git-Tag: collectd-4.3.0beta1~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e2265c6d771e7256d1b45c956e1a5f577f8f1bc;p=collectd.git src/utils_ignorelist.c: Remove an annoying debug message. --- 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)); /*