Skip to content

Commit

Permalink
timeout log print
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Mar 20, 2024
1 parent b9c593c commit caeabd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ func (tm *TorrentManager) activeLoop() {
}
} else if t.Cited() < 0 {
tm.Dropping(i)
log.Info("File timeout dropped", "ih", i, "request", t.BytesRequested(), "complete", t.Torrent.BytesCompleted(), "total", t.Length(), "status", t.Status())
return
} else {
t.CitedDec()
Expand Down

0 comments on commit caeabd6

Please sign in to comment.