adjust logging

This commit is contained in:
Chris Lu
2020-01-22 15:37:59 -08:00
parent 6b48d246a5
commit 66ded8804a
2 changed files with 1 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ func (file *File) Attr(ctx context.Context, attr *fuse.Attr) error {
func (file *File) Getxattr(ctx context.Context, req *fuse.GetxattrRequest, resp *fuse.GetxattrResponse) error {
glog.V(4).Infof("file Getxattr %s", file.fullpath())
// glog.V(4).Infof("file Getxattr %s", file.fullpath())
if err := file.maybeLoadEntry(ctx); err != nil {
return err