1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

(trunk libT) #3973 "JIT verification verifies fresh downloaded torrents" -- remove a debugging printf() statement that shouldn't have been checked in.

This commit is contained in:
Jordan Lee 2011-02-02 23:33:25 +00:00
parent 22660ed751
commit e8614030a2

View file

@ -2962,7 +2962,6 @@ tr_torrentFileCompleted( tr_torrent * tor, tr_file_index_t fileNum )
/* now that the file is complete and closed, we can start watching its
* mtime timestamp for changes to know if we need to reverify pieces */
fprintf( stderr, "file %d completed.. setting all files' timestamps to %zu (%s)\n", (int)fileNum, (size_t)now, f->name );
for( p=&inf->pieces[f->firstPiece], pend=&inf->pieces[f->lastPiece]; p!=pend; ++p )
p->timeChecked = now;