mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-24 18:59:34 +08:00
fix print format
This commit is contained in:
parent
a990ef2106
commit
fca6152c3a
@ -403,7 +403,7 @@ func (dir *Dir) Listxattr(ctx context.Context, req *fuse.ListxattrRequest, resp
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (dir *Dir) Forget() {
|
func (dir *Dir) Forget() {
|
||||||
glog.V(3).Infof("Forget dir %s/%s", dir.Path)
|
glog.V(3).Infof("Forget dir %s", dir.Path)
|
||||||
|
|
||||||
dir.wfs.forgetNode(filer2.FullPath(dir.Path))
|
dir.wfs.forgetNode(filer2.FullPath(dir.Path))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user