Skip to content

Commit

Permalink
Merge pull request #5976 from filecoin-project/fix/storage-demote-sta…
Browse files Browse the repository at this point in the history
…t-err

localstorage: Demote reservation stat error to debug
  • Loading branch information
magik6k authored Apr 9, 2021
2 parents 44fee61 + bed5ec8 commit 9d4935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/sector-storage/stores/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (p *path) stat(ls LocalStorage) (fsutil.FsStat, error) {
used, err = ls.DiskUsage(p)
}
if err != nil {
log.Errorf("getting disk usage of '%s': %+v", p.sectorPath(id, fileType), err)
log.Debugf("getting disk usage of '%s': %+v", p.sectorPath(id, fileType), err)
continue
}

Expand Down

0 comments on commit 9d4935a

Please sign in to comment.