Less spammy log message
This commit is contained in:
parent
5ffe2d59b7
commit
ffc662e370
4 changed files with 13 additions and 9 deletions
|
|
@ -194,10 +194,6 @@ impl ChunkTracker {
|
|||
.filter_map(|id| self.lengths.validate_piece_index(id))
|
||||
}
|
||||
|
||||
pub(crate) fn is_piece_queued(&self, id: ValidPieceIndex) -> bool {
|
||||
self.queue_pieces[id.get() as usize]
|
||||
}
|
||||
|
||||
pub(crate) fn is_piece_have(&self, id: ValidPieceIndex) -> bool {
|
||||
self.have[id.get() as usize]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue