From c200e6d38ead783bf38688db3470e730895be8ba Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Thu, 31 Aug 2000 08:39:57 +0000 Subject: add missing \n to log(). sync with kame. --- sys/netinet6/ip6_input.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/netinet6/ip6_input.c') 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; -- cgit v1.2.3