summaryrefslogtreecommitdiffstats
path: root/sys/net/radix.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/radix.c')
-rw-r--r--sys/net/radix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/radix.c b/sys/net/radix.c
index adbb2c2..6d4412e 100644
--- a/sys/net/radix.c
+++ b/sys/net/radix.c
@@ -673,7 +673,7 @@ on2:
mmask = m->rm_leaf->rn_mask;
if (tt->rn_flags & RNF_NORMAL) {
log(LOG_ERR,
- "Non-unique normal route, mask not entered");
+ "Non-unique normal route, mask not entered\n");
return tt;
}
} else
OpenPOWER on IntegriCloud