summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proto/ospf/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c
index aa454f5..d902bbd 100644
--- a/proto/ospf/hello.c
+++ b/proto/ospf/hello.c
@@ -65,7 +65,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
if((unsigned)ipa_mklen(mask)!=ifa->iface->addr->pxlen)
{
- log("%s%s%I%s%Ibad netmask %I.", p->name, beg, nrid, rec,
+ log("%s%s%I%sbad netmask %I.", p->name, beg, nrid, rec,
mask);
return;
}