diff --git a/core/src/main/groovy/com/muwire/core/upload/ContentUploader.groovy b/core/src/main/groovy/com/muwire/core/upload/ContentUploader.groovy index 4668fdf1..4828a0f8 100644 --- a/core/src/main/groovy/com/muwire/core/upload/ContentUploader.groovy +++ b/core/src/main/groovy/com/muwire/core/upload/ContentUploader.groovy @@ -44,7 +44,7 @@ class ContentUploader extends Uploader { int endPiece = range.end / (0x1 << pieceSize) for (int i = startPiece; i <= endPiece; i++) satisfiable &= mesh.pieces.isDownloaded(i) - log.info("requested range $range.start-$range.end startPiece:$startPiece endPiece:$endPiece satisfiable:$satisfiable my pieces: ${mesh.pieces.downloaded()}") + log.info("requested range $range.start-$range.end startPiece:$startPiece endPiece:$endPiece satisfiable:$satisfiable my pieces: ${mesh.pieces.getDownloaded()}") } if (!satisfiable) { log.info("416 range not satisfiable")