mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 14:35:35 +08: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)
|
manifestedChunks, manifestErr := filer.MaybeManifestize(f.saveDataAsChunk, f.entry.Chunks)
|
||||||
if manifestErr != nil {
|
if manifestErr != nil {
|
||||||
// not good, but should be ok
|
// 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 {
|
} else {
|
||||||
f.entry.Chunks = manifestedChunks
|
f.entry.Chunks = manifestedChunks
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user