torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index 81244acd2f3d59922baaff19e677c7e889f7f611..397c13ac572e78418d3831ab3bb2ac726df612e7 100644 --- a/torrent.go +++ b/torrent.go @@ -1357,7 +1357,7 @@ // initial check. if correct { pieceHashedCorrect.Add(1) } else { - log.Printf("%s: piece %d (%x) failed hash: %d connections contributed", t, piece, p.Hash, len(touchers)) + log.Printf("%s: piece %d (%s) failed hash: %d connections contributed", t, piece, p.Hash, len(touchers)) pieceHashedNotCorrect.Add(1) } }