diff options
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 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) { |