summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-10-18 11:56:50 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-10-18 11:56:50 +0000
commitc66f2c8434def0cf16f5889a43b65710e958952d (patch)
tree26012332f6694c4d16b3bd4a417707d432ee77df /sys/netinet
parentc43de700de7ba1dc4a93b3ddd033dea8ca18bef3 (diff)
downloadFreeBSD-src-c66f2c8434def0cf16f5889a43b65710e958952d.zip
FreeBSD-src-c66f2c8434def0cf16f5889a43b65710e958952d.tar.gz
Append missing newline to log() message for permanent ARP modification
attempt warning, which was added in rev 1.48 . PR: 14371 Submitted by: sec@pi.musin.de (Stefan `Sec` Zehl)
Diffstat (limited to 'sys/netinet')
-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 90045e5..8c92de3 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;
OpenPOWER on IntegriCloud