Changeset 2185 for trunk/libtransmission/inout.c
- Timestamp:
- Jun 22, 2007, 8:59:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.c
r2154 r2185 226 226 tr_bitfieldClear( io->uncheckedPieces ); 227 227 228 if 228 if( fastResumeLoad( io->tor, io->uncheckedPieces ) ) 229 229 tr_bitfieldAddRange( io->uncheckedPieces, 0, tor->info.pieceCount-1 ); 230 231 if( !tr_bitfieldIsEmpty( io->uncheckedPieces ) ) 232 tr_inf( "Rechecking portions of \"%s\"", tor->info.name ); 230 233 231 234 for( i=0; i<tor->info.pieceCount; ++i ) … … 237 240 continue; 238 241 239 tr_ inf( "Checking piece %d because it's not in fast-resume", i );242 tr_dbg ( "Checking piece %d because it's not in fast-resume", i ); 240 243 241 244 if( !checkPiece( tor, i ) )
Note: See TracChangeset
for help on using the changeset viewer.