aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/file.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-22 15:37:59 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-22 15:37:59 -0800
commit66ded8804aac639e62b2a5a9c45fd9b4ccf92567 (patch)
tree88164222758f6f60b318257b1cc302e993ed02b5 /weed/filesys/file.go
parent6b48d246a5d7943527d1948e352c9906e9d01a17 (diff)
downloadseaweedfs-66ded8804aac639e62b2a5a9c45fd9b4ccf92567.tar.xz
seaweedfs-66ded8804aac639e62b2a5a9c45fd9b4ccf92567.zip
adjust logging
Diffstat (limited to 'weed/filesys/file.go')
-rw-r--r--weed/filesys/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/file.go b/weed/filesys/file.go
index e15d55b5b..b1d53507b 100644
--- a/weed/filesys/file.go
+++ b/weed/filesys/file.go
@@ -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