mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
glog.V(0).Infof("mknod %s: %v", entryFullPath, err)
|
glog.V(3).Infof("mknod %s: %v", entryFullPath, err)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fuse.EIO
|
return fuse.EIO
|
||||||
|
|
Loading…
Reference in a new issue