summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorJanne Savikko <janne.savikko@aalto.fi>2015-10-20 12:21:29 +0300
committerRobert Mustacchi <rm@joyent.com>2015-10-20 08:10:43 -0700
commitddadf64dec36f9cae0ff7ed9384ec87f855af450 (patch)
tree4a7a41e30e0091399eaefbbb08bc5bceb3f971a1 /usr/src
parent780828c8aa1df2dc6f2066107a4aa8d045297972 (diff)
downloadillumos-joyent-ddadf64dec36f9cae0ff7ed9384ec87f855af450.tar.gz
6362 in.ndpd: SIOCLIFGETND: missing newline
Reviewed by: Lauri Tirkkonen <lotheac@iki.fi> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ndp.c b/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ndp.c
index d4395ff9b5..e2a55bc0e0 100644
--- a/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ndp.c
+++ b/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ndp.c
@@ -1554,7 +1554,7 @@ update_ra_flag(const struct phyint *pi, const struct sockaddr_in6 *from,
if (errno == ESRCH) {
if (debug & D_IFSCAN) {
logmsg(LOG_DEBUG,
-"update_ra_flag: SIOCLIFGETND: nce doesn't exist, not setting IFF_ROUTER");
+"update_ra_flag: SIOCLIFGETND: nce doesn't exist, not setting IFF_ROUTER\n");
}
} else {
logperror_pi(pi, "update_ra_flag: SIOCLIFGETND");