silence a debug message gone wild

This commit is contained in:
Charles Kerr 2007-12-27 22:33:24 +00:00
parent 75bae87b4b
commit aacb21fdc4
1 changed files with 0 additions and 4 deletions

View File

@ -1077,10 +1077,6 @@ tr_torrentInitFilePriority( tr_torrent * tor,
file->priority = priority;
for( i=file->firstPiece; i<=file->lastPiece; ++i )
tor->info.pieces[i].priority = calculatePiecePriority( tor, i );
tr_dbg ( "Setting file #%d (pieces %d-%d) priority to %d (%s)",
fileIndex, file->firstPiece, file->lastPiece,
priority, tor->info.files[fileIndex].name );
}
void