mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix tests
This commit is contained in:
parent
a9efaa6385
commit
45dba088cd
|
@ -450,7 +450,7 @@ func (f *WebDavFile) Write(buf []byte) (int, error) {
|
|||
manifestedChunks, manifestErr := filer.MaybeManifestize(f.saveDataAsChunk, f.entry.Chunks)
|
||||
if manifestErr != nil {
|
||||
// not good, but should be ok
|
||||
glog.V(0).Infof("file %s close MaybeManifestize: %v", manifestErr)
|
||||
glog.V(0).Infof("file %s close MaybeManifestize: %v", f.name, manifestErr)
|
||||
} else {
|
||||
f.entry.Chunks = manifestedChunks
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue