mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
change log to warning
This commit is contained in:
parent
e62d7f221f
commit
33d8c6c617
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user