From: Ondrej Filip Date: Sun, 28 May 2000 18:34:20 +0000 (+0000) Subject: Just added some debug(). X-Git-Tag: v1.2.0~841 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f029df482e596ccdbac341f605f6f809229db1;p=thirdparty%2Fbird.git Just added some debug(). --- diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index fde33f5ac..893ee58ff 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));