summaryrefslogtreecommitdiffstats
path: root/conf/conf.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-07 22:50:03 +0100
committerMartin Mares <mj@ucw.cz>2000-03-07 22:50:03 +0100
commitf30b86f9d5004a3e159c385269e76efc71b1566a (patch)
tree0e81339b3882b3a6083f0f4a20ef6e0b8ed195b3 /conf/conf.c
parent3eb0b586ca93b1d0d34f935cac8524e02f708126 (diff)
downloadbird-f30b86f9d5004a3e159c385269e76efc71b1566a.tar
bird-f30b86f9d5004a3e159c385269e76efc71b1566a.zip
Added configuration of default protocol debugging flags.
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))