summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-28 20:34:20 +0200
committerOndrej Filip <feela@network.cz>2000-05-28 20:34:20 +0200
commitd5f029df482e596ccdbac341f605f6f809229db1 (patch)
treebcab021c3ff4bb412c7f5953a0b566af58d8294b /proto
parent4bd28fb68e6e691aee87cec41f219224e2dd69dc (diff)
downloadbird-d5f029df482e596ccdbac341f605f6f809229db1.tar
bird-d5f029df482e596ccdbac341f605f6f809229db1.zip
Just added some debug().
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index fde33f5..893ee58 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -62,7 +62,7 @@ ospf_init(struct proto_config *c)
struct proto *p = proto_new(c, sizeof(struct proto_ospf));
struct proto_ospf *po=(struct proto_ospf *)p;
- DBG(" OSPF: Init.\n");
+ debug("OSPF: Init requested.\n");
p->neigh_notify = NULL;
p->if_notify = NULL;
init_list(&(po->iface_list));