Changeset 5781
- Timestamp:
- May 8, 2008, 8:30:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r5750 r5781 1417 1417 err = 4; 1418 1418 1419 if( err )1420 {1421 fprintf( stderr, "(ticket #751) err is %d\n", err );1422 fprintf( stderr, "(ticket #751) req.index is %"PRIu32"\n", index );1423 fprintf( stderr, "(ticket #751) req.offset is %"PRIu32"\n", offset );1424 fprintf( stderr, "(ticket #751) req.length is %"PRIu32"\n", length );1425 fprintf( stderr, "(ticket #751) tor->info.totalSize is %"PRIu64"\n", tor->info.totalSize );1426 fprintf( stderr, "(ticket #751) tor->info.pieceCount is %d\n", tor->info.pieceCount );1427 fprintf( stderr, "(ticket #751) tr_torPieceCountBytes is %d\n", tr_torPieceCountBytes( tor, index ) );1428 fprintf( stderr, "(ticket #751) tr_pieceOffset is %"PRIu64"\n", tr_pieceOffset( tor, index, offset, length ) );1429 }1430 1431 1419 return !err; 1432 1420 }
Note: See TracChangeset
for help on using the changeset viewer.