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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c
index 011fd4b..f7be7eb 100644
--- a/proto/ospf/iface.c
+++ b/proto/ospf/iface.c
@@ -362,7 +362,7 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *iface)
log("%s: Huh? could not open mc socket on interface %s?", p->name,
iface->name);
mb_free(ifa);
- log("%s: Ignoring this interface\n", p->name);
+ log("%s: Ignoring this interface.", p->name);
return;
}
ifa->dr_sk=NULL;
@@ -372,7 +372,7 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *iface)
log("%s: Huh? could not open ip socket on interface %s?", p->name,
iface->name);
mb_free(ifa);
- log("%s: Ignoring this interface\n", p->name);
+ log("%s: Ignoring this interface", p->name);
return;
}