mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue