fix merge typo

This commit is contained in:
Arvid Norberg 2014-03-23 01:36:58 +00:00
parent f06b23c471
commit fb5a558ff2
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ int test_main()
break;
test_sleep(100);
fprintf(stderr, "UDP: %d / %d\n", int(g_udp_tracker_requests)
fprintf(stderr, "UDP: %d / %d\n", int(num_udp_announces())
, int(prev_udp_announces) + 1);
}