fix merge typo
This commit is contained in:
parent
f06b23c471
commit
fb5a558ff2
|
@ -89,7 +89,7 @@ int test_main()
|
||||||
break;
|
break;
|
||||||
|
|
||||||
test_sleep(100);
|
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);
|
, int(prev_udp_announces) + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue