Browse Source

change log to warning

pull/1444/head
Chris Lu 4 years ago
parent
commit
33d8c6c617
  1. 2
      weed/filesys/filehandle.go

2
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
}

Loading…
Cancel
Save