adjust logging

This commit is contained in:
Chris Lu 2020-10-08 18:33:37 -07:00
parent bd8b9b0c2e
commit 8676db0f6a

View File

@ -96,7 +96,7 @@ func fetchChunk(lookupFileIdFn LookupFileIdFunctionType, fileId string, cipherKe
buffer.Write(data)
})
if err != nil {
glog.V(0).Infof("read %s failed, err: %v", fileId, err)
glog.V(0).Infof("read %s failed, err: %v", urlString, err)
buffer.Reset()
} else {
break