diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-08-18 23:42:09 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-08-18 23:42:09 -0700 |
| commit | ed4b43b419dc1a77fb9db946cf5c01517f525356 (patch) | |
| tree | 8a9ed6e9c2e5aa21ea0e6e63ccb759c9b538c8ba /weed/filesys/wfs.go | |
| parent | 9f1e0aeef5898db5b121eb0b9f8a70a06844b0e9 (diff) | |
| download | seaweedfs-ed4b43b419dc1a77fb9db946cf5c01517f525356.tar.xz seaweedfs-ed4b43b419dc1a77fb9db946cf5c01517f525356.zip | |
adjust logs
Diffstat (limited to 'weed/filesys/wfs.go')
| -rw-r--r-- | weed/filesys/wfs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go index 8803c31e0..e8e619c4a 100644 --- a/weed/filesys/wfs.go +++ b/weed/filesys/wfs.go @@ -135,7 +135,7 @@ func (wfs *WFS) ReleaseHandle(fullpath util.FullPath, handleId fuse.HandleID) { wfs.handlesLock.Lock() defer wfs.handlesLock.Unlock() - glog.V(5).Infof("%s ReleaseHandle id %d current handles length %d", fullpath, handleId, len(wfs.handles)) + glog.V(4).Infof("%s ReleaseHandle id %d current handles length %d", fullpath, handleId, len(wfs.handles)) delete(wfs.handles, fullpath.AsInode()) |
