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:
parent
79a0081092
commit
29367fda62
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue