mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
silence some Fast Peer console messages
This commit is contained in:
parent
0aee22aaff
commit
adeee3d886
1 changed files with 2 additions and 0 deletions
|
@ -445,11 +445,13 @@ generate :
|
||||||
uint32_t allowedPieceCount = 0;
|
uint32_t allowedPieceCount = 0;
|
||||||
tr_bitfield_t * ret;
|
tr_bitfield_t * ret;
|
||||||
|
|
||||||
|
#if 0
|
||||||
printf( "%d piece allowed fast set for torrent with %d pieces and hex infohash\n", setCount, pieceCount );
|
printf( "%d piece allowed fast set for torrent with %d pieces and hex infohash\n", setCount, pieceCount );
|
||||||
printf( "%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x for node with IP %s:\n",
|
printf( "%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x for node with IP %s:\n",
|
||||||
infohash[0], infohash[1], infohash[2], infohash[3], infohash[4], infohash[5], infohash[6], infohash[7], infohash[8], infohash[9],
|
infohash[0], infohash[1], infohash[2], infohash[3], infohash[4], infohash[5], infohash[6], infohash[7], infohash[8], infohash[9],
|
||||||
infohash[10], infohash[11], infohash[12], infohash[13], infohash[14], infohash[15], infohash[16], infohash[7], infohash[18], infohash[19],
|
infohash[10], infohash[11], infohash[12], infohash[13], infohash[14], infohash[15], infohash[16], infohash[7], infohash[18], infohash[19],
|
||||||
inet_ntoa( *ip ) );
|
inet_ntoa( *ip ) );
|
||||||
|
#endif
|
||||||
|
|
||||||
seed = malloc(4 + SHA_DIGEST_LENGTH);
|
seed = malloc(4 + SHA_DIGEST_LENGTH);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue