]> sjero.net Git - wget/blobdiff - src/ftp.c
[svn] Consistently print \n at the end of the "Length" line.
[wget] / src / ftp.c
index 4ec30a4ace67e0b9f4e7a438ee838321c6a56f1c..afc4726665c84001e0963e99b03ca21ee7c0a3fb 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -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