X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=ed3349147825ac06415d7a4bc4c29785a927bfac;hp=51209a66071a23e5b28de9fb0900904e7fdf83a9;hb=3d5863424bd4a4354311c449e9d318057996d16e;hpb=bfbd0d35e9dda230e86655bc35452207c7f17554 diff --git a/src/main.c b/src/main.c index 51209a66..ed334914 100644 --- a/src/main.c +++ b/src/main.c @@ -974,7 +974,7 @@ Can't timestamp and not clobber old files at the same time.\n")); time_str (NULL), opt.numurls, human_readable (total_downloaded_bytes), - secs_to_human_time (total_download_time / 1000), + secs_to_human_time (total_download_time), retr_rate (total_downloaded_bytes, total_download_time)); /* Print quota warning, if exceeded. */ if (opt.quota && total_downloaded_bytes > opt.quota)