projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c672491
)
Improve a log message
author
Matt Joiner <anacrolix@gmail.com>
Thu, 28 Dec 2017 12:58:07 +0000 (23:58 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Thu, 28 Dec 2017 12:58:07 +0000 (23:58 +1100)
torrent.go
patch
|
blob
|
history
diff --git
a/torrent.go
b/torrent.go
index b2e5dea520e7d52fbfa6904f8b7f4a3f0c3b8fde..46575942b4367383f365db9d42d06d8fa8605e35 100644
(file)
--- a/
torrent.go
+++ b/
torrent.go
@@
-1474,7
+1474,7
@@
func (t *Torrent) pieceHashed(piece int, correct bool) {
}
err := p.Storage().MarkComplete()
if err != nil {
- log.Printf("%T: error
completing piec
e %d: %s", t.storage, piece, err)
+ log.Printf("%T: error
marking piece complet
e %d: %s", t.storage, piece, err)
}
t.updatePieceCompletion(piece)
} else {