mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
logging
This commit is contained in:
parent
78994024ff
commit
d0ce5b020b
|
@ -194,6 +194,8 @@ func (file *File) addChunks(chunks []*filer_pb.FileChunk) {
|
||||||
newVisibles = t
|
newVisibles = t
|
||||||
}
|
}
|
||||||
|
|
||||||
|
glog.V(3).Infof("%s existing %d chunks adds %d more", file.fullpath(), len(file.entry.Chunks), len(chunks))
|
||||||
|
|
||||||
file.entry.Chunks = append(file.entry.Chunks, chunks...)
|
file.entry.Chunks = append(file.entry.Chunks, chunks...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue