]> granicus.if.org Git - transmission/commitdiff
(trunk libT) #3973 "JIT verification verifies fresh downloaded torrents" -- remove...
authorJordan Lee <jordan@transmissionbt.com>
Wed, 2 Feb 2011 23:33:25 +0000 (23:33 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Wed, 2 Feb 2011 23:33:25 +0000 (23:33 +0000)
libtransmission/torrent.c

index 8a5293fd768c7e945181f9243ea092f1d9f387bb..593d94885b1fdf2c9f11326a5fa39f66c7507104 100644 (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;