X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fconf.c;h=e379cbf4f598bab3cafefacf93ede4499ae8068d;hp=740932afcfb5f6a85ed8082602998f98f36498c0;hb=f45d7e37ac9dd4e70a89671edf862a868f8ab343;hpb=8f393429aacaa85f68e92070775ecd110269d467 diff --git a/src/conf.c b/src/conf.c index 740932a..e379cbf 100644 --- a/src/conf.c +++ b/src/conf.c @@ -271,7 +271,7 @@ static void conf_load(const char *path, parser_t parser) } /* debug printout */ - printf("parse: %s.%s.%s = '%s'\n", group, name, line->key, line->value); + debug("parse: %s.%s.%s = '%s'", group, name, line->key, line->value); /* save line formatting for the next write */ if (prev == NULL)