mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 18:10:57 +08:00
verbose log
This commit is contained in:
parent
f925374db6
commit
521be17a9e
@ -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).Infoln("load chunked manifest error:", e)
|
||||
glog.V(0).Infof("Load chunked manifest (%s) error: %s", r.URL.Path, e.Error())
|
||||
return false
|
||||
}
|
||||
if fileName == "" && chunkManifest.Name != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user