adjust log level

This commit is contained in:
Chris Lu
2020-08-15 18:24:35 -07:00
parent 3e1395b767
commit 6ee8d952d2
2 changed files with 3 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ func (file *File) Fsync(ctx context.Context, req *fuse.FsyncRequest) error {
func (file *File) Forget() {
t := util.NewFullPath(file.dir.FullPath(), file.Name)
glog.V(4).Infof("Forget file %s", t)
glog.V(5).Infof("Forget file %s", t)
file.wfs.fsNodeCache.DeleteFsNode(t)
}