aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/filehandle.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-08-30 21:01:44 -0700
committerChris Lu <chris.lu@gmail.com>2020-08-30 21:01:44 -0700
commit33d8c6c617c3b38a7f4ebd01b2dffc7767a3e1aa (patch)
treeeb319cedc6e582d055db28b29ccd88dfa2bfcdd5 /weed/filesys/filehandle.go
parente62d7f221f3ee7b5cb17c0076c45707af9a4f986 (diff)
downloadseaweedfs-33d8c6c617c3b38a7f4ebd01b2dffc7767a3e1aa.tar.xz
seaweedfs-33d8c6c617c3b38a7f4ebd01b2dffc7767a3e1aa.zip
change log to warning
Diffstat (limited to 'weed/filesys/filehandle.go')
-rw-r--r--weed/filesys/filehandle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/filehandle.go b/weed/filesys/filehandle.go
index 59cc65721..a1f18df6f 100644
--- a/weed/filesys/filehandle.go
+++ b/weed/filesys/filehandle.go
@@ -78,7 +78,7 @@ func (fh *FileHandle) Read(ctx context.Context, req *fuse.ReadRequest, resp *fus
}
if err != nil {
- glog.Errorf("file handle read %s %d: %v", fh.f.fullpath(), totalRead, err)
+ glog.Warningf("file handle read %s %d: %v", fh.f.fullpath(), totalRead, err)
return nil
}