diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-11-01 02:05:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-11-01 02:05:05 +0000 |
commit | b46e66a5a5e484be8ca38294fa204c6902f00b61 (patch) | |
tree | 568197e69a34415cf745c437cc7a4db2be9cc345 /usr.sbin/sysinstall/http.c | |
parent | 9ce4f7a0f083c5aefd95de123e7fac42e6e44631 (diff) | |
download | src-b46e66a5a5e484be8ca38294fa204c6902f00b61.tar.gz src-b46e66a5a5e484be8ca38294fa204c6902f00b61.zip |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/http.c')
-rw-r--r-- | usr.sbin/sysinstall/http.c | 2 |
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)); |