aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/http.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-11-01 02:05:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-11-01 02:05:05 +0000
commitb46e66a5a5e484be8ca38294fa204c6902f00b61 (patch)
tree568197e69a34415cf745c437cc7a4db2be9cc345 /usr.sbin/sysinstall/http.c
parent9ce4f7a0f083c5aefd95de123e7fac42e6e44631 (diff)
downloadsrc-b46e66a5a5e484be8ca38294fa204c6902f00b61.tar.gz
src-b46e66a5a5e484be8ca38294fa204c6902f00b61.zip
Notes
Diffstat (limited to 'usr.sbin/sysinstall/http.c')
-rw-r--r--usr.sbin/sysinstall/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/http.c b/usr.sbin/sysinstall/http.c
index c8742d0a84f2..19c826465e08 100644
--- a/usr.sbin/sysinstall/http.c
+++ b/usr.sbin/sysinstall/http.c
@@ -223,7 +223,7 @@ mediaGetHTTP(Device *dev, char *file, Boolean probe)
variable_get(VAR_HTTP_PATH), file, variable_get(VAR_HTTP_FTP_MODE));
if (isDebug()) {
- msgDebug("sending http request: %s",req);
+ msgDebug("sending http request: %s\n",req);
}
write(s,req,strlen(req));