]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Support human-readable file size printing.
[wget] / src / main.c
index 432c7d4804a673fdc090fd572fc29ee193298eae..065d215af7b39a4d2c1a9a0a58c8fcc5eb4693c5 100644 (file)
@@ -943,13 +943,13 @@ Can't timestamp and not clobber old files at the same time.\n"));
     {
       logprintf (LOG_NOTQUIET,
                 _("\nFINISHED --%s--\nDownloaded: %s bytes in %d files\n"),
-                time_str (NULL), legible_large_int (total_downloaded_bytes),
+                time_str (NULL), with_thousand_seps_large (total_downloaded_bytes),
                 opt.numurls);
       /* Print quota warning, if exceeded.  */
       if (opt.quota && total_downloaded_bytes > opt.quota)
        logprintf (LOG_NOTQUIET,
                   _("Download quota (%s bytes) EXCEEDED!\n"),
-                  legible (opt.quota));
+                  with_thousand_seps_large (opt.quota));
     }
 
   if (opt.cookies_output)