summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-08-31 08:39:57 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-08-31 08:39:57 +0000
commitc200e6d38ead783bf38688db3470e730895be8ba (patch)
tree4e9d975bea29f4410fe259d18896849137f6387a /sys/netinet6/ip6_input.c
parent5df48f58342e61c96870036fcffdd1bb85678a9b (diff)
add missing \n to log(). sync with kame.
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 98f45003ac9..ac391f0a60c 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ip6_input.c,v 1.18 2000/07/06 10:11:25 itojun Exp $ */
-/* $KAME: ip6_input.c,v 1.95 2000/07/02 07:49:37 jinmei Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.19 2000/08/31 08:39:56 itojun Exp $ */
+/* $KAME: ip6_input.c,v 1.121 2000/08/31 06:07:29 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -488,7 +488,7 @@ ip6_input(m)
} else {
/* address is not ready, so discard the packet. */
log(LOG_INFO,
- "ip6_input: packet to an unready address %s->%s",
+ "ip6_input: packet to an unready address %s->%s\n",
ip6_sprintf(&ip6->ip6_src),
ip6_sprintf(&ip6->ip6_dst));
@@ -805,7 +805,7 @@ ip6_process_hopopts(m, opthead, hbhlen, rtalertp, plenp)
if (*(opt + 1) != IP6OPT_JUMBO_LEN - 2)
/* XXX: should we discard the packet? */
log(LOG_ERR, "length of jumbopayload opt "
- "is inconsistent(%d)",
+ "is inconsistent(%d)\n",
*(opt + 1));
optlen = IP6OPT_JUMBO_LEN;