summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
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