summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");