]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Updated long_to_string(); enhanced opt.downloaded to use
[wget] / src / main.c
index 8bda521b84069040fad3989579ebfc218cf615f2..3bb6b14f5c92445e0fdfcc6b8c87597e52ae7f63 100644 (file)
@@ -771,7 +771,8 @@ 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 (opt.downloaded), opt.numurls);
+                time_str (NULL), legible_very_long (opt.downloaded),
+                opt.numurls);
       /* Print quota warning, if exceeded.  */
       if (opt.quota && opt.downloaded > opt.quota)
        logprintf (LOG_NOTQUIET,