Browse Source

add debug info

pull/6214/head
chrislu 2 months ago
parent
commit
62c4980754
  1. 1
      weed/mount/weedfs_attr.go

1
weed/mount/weedfs_attr.go

@ -11,6 +11,7 @@ import (
)
func (wfs *WFS) GetAttr(cancel <-chan struct{}, input *fuse.GetAttrIn, out *fuse.AttrOut) (code fuse.Status) {
glog.V(4).Infof("GetAttr %v", input.NodeId)
if input.NodeId == 1 {
wfs.setRootAttr(out)
return fuse.OK

Loading…
Cancel
Save