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
1 changed files with 1 additions and 0 deletions

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;