summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 27f353f..ffe2e54 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -309,7 +309,7 @@ rtsolGetInfo(Device *devp)
return;
while (fgets(data, sizeof(data), ifp) != NULL) {
if (isDebug())
- msgDebug("RTSOL configured interface returns %s", data);
+ msgDebug("RTSOL configured interface returns %s\n", data);
if ((cp = strstr(data, "inet6 ")) != NULL) {
cp += 6; /* move over keyword */
if (strncmp(cp, "fe80:", 5)) {
OpenPOWER on IntegriCloud