less logs

This commit is contained in:
chrislu 2022-02-16 08:38:51 -08:00
parent 2facd65998
commit a6bc67c34c

View file

@ -82,7 +82,7 @@ func (wfs *WFS) Mknod(cancel <-chan struct{}, in *fuse.MknodIn, name string, out
return nil
})
glog.V(0).Infof("mknod %s: %v", entryFullPath, err)
glog.V(3).Infof("mknod %s: %v", entryFullPath, err)
if err != nil {
return fuse.EIO