Revision f538069...

Go back to digest for 30th March 2014

Bug Fixes in Networking Tools

Juan Palacios committed changes in [libktorrent] src/magnet/metadatadownload.cpp:

Do not spam the log with single download requests of metadata pieces

Each download request of metadata pieces was being registered
in the log, trashing it completely when the metadata size was big
enough (because it can mean the logging of thousands of lines).

Now, we only register the total number of metadata pieces that are being
requested.

File Changes

Modified 1 files
  • src/magnet/metadatadownload.cpp
1 files changed in total