Browse Source

update

pull/224/head
tnextday 9 years ago
parent
commit
031d26527f
  1. 2
      go/weed/weed_server/volume_server_handlers_read.go

2
go/weed/weed_server/volume_server_handlers_read.go

@ -143,7 +143,7 @@ func (vs *VolumeServer) tryHandleChunkedFile(n *storage.Needle, fileName string,
chunkManifest, e := operation.LoadChunkManifest(n.Data, n.IsGzipped())
if e != nil {
glog.V(0).Infof("Load chunked manifest (%s) error: %s", r.URL.Path, e.Error())
glog.V(0).Infof("load chunked manifest (%s) error: %s", r.URL.Path, e.Error())
return false
}
if fileName == "" && chunkManifest.Name != "" {

Loading…
Cancel
Save