mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 08:41:41 +01:00
Just added some debug().
This commit is contained in:
parent
4bd28fb68e
commit
d5f029df48
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user