improve test logging
This commit is contained in:
@@ -94,7 +94,7 @@ void test_transfer(bool clear_files, bool disconnect
|
||||
torrent_status st1 = tor1.status();
|
||||
torrent_status st2 = tor2.status();
|
||||
|
||||
print_ses_rate(&st1, &st2);
|
||||
print_ses_rate(i, &st1, &st2);
|
||||
if (st2.is_seeding) break;
|
||||
test_sleep(1000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user