From 23d6702952841184d364a5520dbe6be7a1a5d14b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 11 Jan 2009 12:14:27 +0100 Subject: Some fixes and update of OSPF debug messages --- 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 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) { -- cgit v1.2.3