mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 01:59:23 +08:00
less logs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user