From 54ac9d2e03c6ae44b4e183c9bcf963196218c477 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 May 2000 12:02:48 +0000 Subject: Bugfix in hello. --- proto/ospf/iface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/iface.c') diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 908ec58..8dec4fa 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -76,7 +76,7 @@ ospf_int_sm(struct ospf_iface *ifa, int event) struct proto *p=(struct proto *)(ifa->proto); struct proto_ospf *po=ifa->proto; - DBG("%s: SM on iface %s. Event is \"%s\".\n", + debug("%s: SM on iface %s. Event is \"%s\".\n", p->name, ifa->iface->name, ospf_ism[event]); switch(event) -- cgit v1.2.3