1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 00:34:04 +00:00

add a temporary debugging statement for Lacrocivious

This commit is contained in:
Charles Kerr 2007-07-28 15:58:59 +00:00
parent 79a0081092
commit 29367fda62

View file

@ -231,6 +231,7 @@ torrentRealInit( tr_handle_t * h,
( tor->lastPieceSize + tor->blockSize - 1 ) / tor->blockSize;
/* check our work */
fprintf( stderr, "adding torrent [%s]\n", tor->info.name );
assert( ( info->pieceSize % tor->blockSize ) == 0 );
t = info->pieceCount - 1;
t *= info->pieceSize;