summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-01-11 12:14:27 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-01-11 12:14:27 +0100
commit23d6702952841184d364a5520dbe6be7a1a5d14b (patch)
tree5172dc8ef03cfdbbc610442b6a8033beac198cdb /proto/ospf/iface.c
parent0e9617e400d54f6f5119a24e7380b7719c2fc3dd (diff)
downloadbird-23d6702952841184d364a5520dbe6be7a1a5d14b.tar
bird-23d6702952841184d364a5520dbe6be7a1a5d14b.zip
Some fixes and update of OSPF debug messages
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 d5d068b..a4c9741 100644
--- a/proto/ospf/iface.c
+++ b/proto/ospf/iface.c
@@ -230,7 +230,7 @@ ospf_iface_sm(struct ospf_iface *ifa, int event)
{
struct ospf_area *oa = ifa->oa;
- DBG("SM on iface %s. Event is \"%s\".", ifa->iface->name, ospf_ism[event]);
+ DBG("SM on iface %s. Event is '%s'\n", ifa->iface->name, ospf_ism[event]);
switch (event)
{