summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.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/media.c
parentab4014bff87f3a779f21a493ccf9ee736bee0151 (diff)
downloadFreeBSD-src-863ee4199c2cdc0c4c71deff86857e9f2bb90ebe.zip
FreeBSD-src-863ee4199c2cdc0c4c71deff86857e9f2bb90ebe.tar.gz
debugMsg() should end with "\n".
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index 26e5f46..681a584 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.c
@@ -490,8 +490,8 @@ int mediaSetHTTP(dialogMenuItem *self)
variable_set2(VAR_HTTP_HOST, hostname, 0);
variable_set2(VAR_HTTP_PORT, itoa(HttpPort), 0);
if (isDebug()) {
- msgDebug("VAR_FTP_PATH : %s",variable_get(VAR_FTP_PATH));
- msgDebug("VAR_HTTP_HOST, _PORT: %s:%s",variable_get(VAR_HTTP_HOST),
+ msgDebug("VAR_FTP_PATH : %s\n",variable_get(VAR_FTP_PATH));
+ msgDebug("VAR_HTTP_HOST, _PORT: %s:%s\n",variable_get(VAR_HTTP_HOST),
variable_get(VAR_HTTP_PORT));
}
@@ -578,7 +578,7 @@ mediaSetNFS(dialogMenuItem *self)
}
else {
if (isDebug())
- msgDebug("Found DNS entry for %s successfully..", hostname);
+ msgDebug("Found DNS entry for %s successfully..\n", hostname);
}
}
variable_set2(VAR_NFS_HOST, hostname, 0);
OpenPOWER on IntegriCloud