summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38c20d9)
raw | patch | inline | side by side (parent: 38c20d9)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 9 Feb 2008 17:07:08 +0000 (18:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 9 Feb 2008 17:07:08 +0000 (18:07 +0100) |
src/utils_ignorelist.c | patch | blob | history |
diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c
index bf39597e914ec0381274e105ac7dfe6686ec3574..94d6bdae7c92a5989149fb2ce73e0b3a62e4ecec 100644 (file)
--- a/src/utils_ignorelist.c
+++ b/src/utils_ignorelist.c
/* 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));
/*