aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index c40d307..b718486 100644
--- a/src/config.c
+++ b/src/config.c
@@ -146,13 +146,13 @@ config_init()
void
config_finish(struct grecs_node *tree)
{
struct grecs_node *node;
grecs_tree_reduce(tree, eclat_kw, GRECS_AGGR);
- if (debug_level[ECLAT_DEBCAT_CONF]) {
+ if (debug_level(ECLAT_DEBCAT_CONF)) {
grecs_print_node(tree, GRECS_NODE_FLAG_DEFAULT, stderr);
fputc('\n', stdout);
}
if (grecs_tree_process(tree, eclat_kw))
exit(EX_CONFIG);
if (grecs_error_count || run_config_finish_hooks())

Return to:

Send suggestions and report system problems to the System administrator.