Skip to content

Commit 553aad2

Browse files
walldissrenaynay
andauthored
Update share/eds/cache/accessor_cache.go
Co-authored-by: rene <[email protected]>
1 parent f6ca94a commit 553aad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/eds/cache/accessor_cache.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func newRefCloser(abs *accessorWithBlockstore) (*refCloser, error) {
257257
// we log an error.
258258
runtime.SetFinalizer(rf, func(rf *refCloser) {
259259
if rf.close() {
260-
log.Errorf("refCloser for accessor was garbage collected before Close was called")
260+
log.Error("refCloser for accessor was garbage collected before Close was called")
261261
}
262262
})
263263
return rf, nil

0 commit comments

Comments
 (0)