Browse Source

adjust logging

pull/1516/head
Chris Lu 4 years ago
parent
commit
8676db0f6a
  1. 2
      weed/filer/filechunk_manifest.go

2
weed/filer/filechunk_manifest.go

@ -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

Loading…
Cancel
Save