This commit is contained in:
Chris Lu
2021-02-28 20:34:14 -08:00
parent c9722dceb2
commit 540441fd38
6 changed files with 14 additions and 15 deletions

View File

@@ -168,7 +168,7 @@ func ReadNeedleBlob(r backend.BackendStorageFile, offset int64, size Size, versi
}
if err != nil {
fileSize, _, _ := r.GetStat()
println("n",n, "dataSize", dataSize, "offset", offset, "fileSize", fileSize)
println("n", n, "dataSize", dataSize, "offset", offset, "fileSize", fileSize)
}
return dataSlice, err