]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Just added some debug().
authorOndrej Filip <feela@network.cz>
Sun, 28 May 2000 18:34:20 +0000 (18:34 +0000)
committerOndrej Filip <feela@network.cz>
Sun, 28 May 2000 18:34:20 +0000 (18:34 +0000)
proto/ospf/ospf.c

index fde33f5acacbccfa45bba8ebec64d52a01030a28..893ee58ff5fda20925dedc5c1fcbcbf0435bb287 100644 (file)
@@ -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));