forked from premiere/premiere-libtorrent
added some output to test_storage
This commit is contained in:
parent
efb6ec5824
commit
5dd72d21b6
|
@ -318,6 +318,11 @@ namespace
|
|||
{
|
||||
void check_files_fill_array(int ret, disk_io_job const& j, bool* array, bool* done)
|
||||
{
|
||||
std::cerr << "check_files_fill_array ret: " << ret
|
||||
<< " piece: " << j.piece
|
||||
<< " str: " << j.str
|
||||
<< std::endl;
|
||||
|
||||
if (j.offset >= 0) array[j.offset] = true;
|
||||
if (ret != -1)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue