Skip to content

Commit

Permalink
Update share/eds/cache/accessor_cache.go
Browse files Browse the repository at this point in the history
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
  • Loading branch information
walldiss and renaynay authored Aug 14, 2024
1 parent f6ca94a commit 553aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/eds/cache/accessor_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func newRefCloser(abs *accessorWithBlockstore) (*refCloser, error) {
// we log an error.
runtime.SetFinalizer(rf, func(rf *refCloser) {
if rf.close() {
log.Errorf("refCloser for accessor was garbage collected before Close was called")
log.Error("refCloser for accessor was garbage collected before Close was called")
}
})
return rf, nil
Expand Down

0 comments on commit 553aad2

Please sign in to comment.