mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-30 23:29:02 +08:00
less logs
This commit is contained in:
parent
2facd65998
commit
a6bc67c34c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user