From f30b86f9d5004a3e159c385269e76efc71b1566a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 7 Mar 2000 21:50:03 +0000 Subject: Added configuration of default protocol debugging flags. --- conf/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/conf.c') 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)) -- cgit v1.2.3