summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r--proto/ospf/iface.c2
1 files changed, 1 insertions, 1 deletions
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)