Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Why does debugging info often repeat the 100% downloaded info ? #23999
Comments
|
Post verbose log. |
|
Apologies, I was going to give a verbose log example but, anyway, forgot. Here is an example:
|
Checklist
Question
The verbose option for printing debugging information often, but not always, repeats the download complete line. For an 18MB download, for example, at the completion of a download (before post-processing), it often prints:
I use the 100% indicator to check that a download completed successfully. This is fine normally but, when downloading multiple files in one process (e.g. a batch), the number of "100%" messages does not necessarily respond to the number of successful downloads.
So, my question is why is the "100%" message often repeated ? And, why not for all downloads but only for some ?
Thanks.