improve test logging

This commit is contained in:
Arvid Norberg
2013-06-20 05:28:42 +00:00
parent 67f631e44e
commit 208321dab0
9 changed files with 14 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ void test_lsd()
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 /*&& st3.is_seeding*/) break;
test_sleep(1000);