aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/weedfs_stats.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mount/weedfs_stats.go')
-rw-r--r--weed/mount/weedfs_stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/mount/weedfs_stats.go b/weed/mount/weedfs_stats.go
index 3de561082..0da41ab0b 100644
--- a/weed/mount/weedfs_stats.go
+++ b/weed/mount/weedfs_stats.go
@@ -19,7 +19,7 @@ type statsCache struct {
func (wfs *WFS) StatFs(cancel <-chan struct{}, in *fuse.InHeader, out *fuse.StatfsOut) (code fuse.Status) {
- glog.V(4).Infof("reading fs stats")
+ // glog.V(4).Infof("reading fs stats")
if wfs.stats.lastChecked < time.Now().Unix()-20 {