Skip to content

change logging statements for renter

David Vorick requested to merge download-logs into master

In debug mode, the renter will log the number of contracts it found for a given file. Seemed like it might help in some places.

In normal mode, the renter will return an error if the download does not get enough pieces, instead of if it can find zero hosts. I think this was the desired behavior originally.

Merge request reports