[svn] Consistently print \n at the end of the "Length" line.

This commit is contained in:
hniksic 2005-05-16 05:41:29 -07:00
parent 0ceb6ded16
commit 6664409baa
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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