mirror of
https://github.com/mirror/wget.git
synced 2025-01-21 09:41:06 +08:00
[svn] Consistently print \n at the end of the "Length" line.
This commit is contained in:
parent
0ceb6ded16
commit
6664409baa
@ -1,3 +1,8 @@
|
||||
2005-05-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* ftp.c (print_length): Consistently print \n at end of the
|
||||
"Length" line.
|
||||
|
||||
2005-05-14 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* openssl.c (ssl_connect): Announce the beginning and the end of
|
||||
|
@ -236,8 +236,7 @@ print_length (wgint size, wgint start, int authoritative)
|
||||
logprintf (LOG_VERBOSE, _(", %s remaining"),
|
||||
with_thousand_seps (size - start));
|
||||
}
|
||||
if (!authoritative)
|
||||
logputs (LOG_VERBOSE, _(" (unauthoritative)\n"));
|
||||
logputs (LOG_VERBOSE, !authoritative ? _(" (unauthoritative)\n") : "\n");
|
||||
}
|
||||
|
||||
/* Retrieves a file with denoted parameters through opening an FTP
|
||||
|
Loading…
Reference in New Issue
Block a user