diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-01-11 12:14:27 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-01-11 12:14:27 +0100 |
commit | 23d6702952841184d364a5520dbe6be7a1a5d14b (patch) | |
tree | 5172dc8ef03cfdbbc610442b6a8033beac198cdb /proto/ospf/iface.c | |
parent | 0e9617e400d54f6f5119a24e7380b7719c2fc3dd (diff) |
Some fixes and update of OSPF debug messages
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index d5d068b1..a4c97413 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) { |