summaryrefslogtreecommitdiffstats
path: root/conf/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.c b/conf/conf.c
index c3f5234..bf58631 100644
--- a/conf/conf.c
+++ b/conf/conf.c
@@ -43,7 +43,7 @@ config_alloc(byte *name)
int
config_parse(struct config *c)
{
- debug("Parsing configuration file `%s'\n", c->file_name);
+ DBG("Parsing configuration file `%s'\n", c->file_name);
new_config = c;
cfg_mem = c->mem;
if (setjmp(conf_jmpbuf))