mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
remove a LAZY debug message
This commit is contained in:
parent
9f424f7c9b
commit
5a8800fda1
1 changed files with 0 additions and 1 deletions
|
@ -2319,7 +2319,6 @@ tr_torrentSetPieceChecked( tr_torrent * tor, tr_piece_index_t pieceIndex )
|
|||
assert( tr_isTorrent( tor ) );
|
||||
assert( pieceIndex < tor->info.pieceCount );
|
||||
|
||||
tr_tordbg( tor, "[LAZY] setting piece %zu timeChecked to now", (size_t)pieceIndex );
|
||||
tor->info.pieces[pieceIndex].timeChecked = tr_time( );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue