aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-22 16:19:00 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-22 16:19:00 -0700
commit0bf148f49d63a834000f7bce63df2c0f4d78fa19 (patch)
tree20435ccc03bc239661b82c1f517d4cf7f39b6d95 /weed
parentbda13ed593385b05396e9f6c3edbc5c2aea01156 (diff)
downloadseaweedfs-0bf148f49d63a834000f7bce63df2c0f4d78fa19.tar.xz
seaweedfs-0bf148f49d63a834000f7bce63df2c0f4d78fa19.zip
logging
Diffstat (limited to 'weed')
-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 14b9cb208..adafc54d7 100644
--- a/weed/filesys/file.go
+++ b/weed/filesys/file.go
@@ -71,7 +71,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