summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-10-18 11:56:50 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-10-18 11:56:50 +0000
commit0b757633b35867a0e1a8fdd2206324f032211dd6 (patch)
tree26012332f6694c4d16b3bd4a417707d432ee77df /sys/netinet/if_ether.c
parent0abed1ff140d10626b5aacab4a16d8451783934c (diff)
Notes
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 90045e56571e..8c92de3e4449 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -558,7 +558,7 @@ in_arpinput(m)
ac->ac_if.if_name, ac->ac_if.if_unit);
else {
log(LOG_ERR,
- "arp: %6D attempts to modify permanent entry for %s on %s%d",
+ "arp: %6D attempts to modify permanent entry for %s on %s%d\n",
ea->arp_sha, ":", inet_ntoa(isaddr),
ac->ac_if.if_name, ac->ac_if.if_unit);
goto reply;