summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-11-01 02:05:05 +0000
committerkuriyama <kuriyama@FreeBSD.org>2002-11-01 02:05:05 +0000
commit863ee4199c2cdc0c4c71deff86857e9f2bb90ebe (patch)
tree568197e69a34415cf745c437cc7a4db2be9cc345 /usr.sbin/sysinstall/tcpip.c
parentab4014bff87f3a779f21a493ccf9ee736bee0151 (diff)
downloadFreeBSD-src-863ee4199c2cdc0c4c71deff86857e9f2bb90ebe.zip
FreeBSD-src-863ee4199c2cdc0c4c71deff86857e9f2bb90ebe.tar.gz
debugMsg() should end with "\n".
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