adjust log level

This commit is contained in:
Chris Lu
2019-04-26 09:32:07 -07:00
parent 575926cdec
commit 108d0fb08d
3 changed files with 3 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ func (f *Filer) loopProcessingDeletion() {
func (f *Filer) DeleteChunks(fullpath FullPath, chunks []*filer_pb.FileChunk) {
for _, chunk := range chunks {
glog.V(3).Infof("deleting %s chunk %s", fullpath, chunk.String())
f.fileIdDeletionChan <- chunk.FileId
}
}