summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2000-03-29 07:50:39 +0000
committerjoerg <joerg@FreeBSD.org>2000-03-29 07:50:39 +0000
commit31c17d386354f8629e8f2750675380e825018a09 (patch)
tree7f27884f78d16fd20bca19867657964222954b26 /sys/netinet/if_ether.c
parentd2601a9b072d408a40540b0fc2babb2abba469e1 (diff)
downloadFreeBSD-src-31c17d386354f8629e8f2750675380e825018a09.zip
FreeBSD-src-31c17d386354f8629e8f2750675380e825018a09.tar.gz
Peter Johnson found another log() call without a trailing newline.
All three of them have been introduced in rev 1.64, so i guess i've got all of them now. :) Submitted by: Peter Johnson <locke@mcs.net>
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index d9f1b44..b6d9827 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -468,7 +468,7 @@ arpintr()
if (ml < sizeof(struct arphdr) + 2 * ar->ar_hln
+ 2 * ar->ar_pln) {
- log(LOG_ERR, "arp: runt packet.");
+ log(LOG_ERR, "arp: runt packet\n");
m_freem(m);
continue;
}
OpenPOWER on IntegriCloud