Skip to content

Commit

Permalink
fix: evict log (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar authored Jul 28, 2023
1 parent 35edb36 commit 6b2b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storer/reserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func (db *DB) evictBatch(
db.logger.Debug(
"reserve eviction",
"bin", b,
"evicted", evicted,
"evicted", binEvicted,
"batchID", hex.EncodeToString(batchID),
"new_size", db.reserve.Size(),
)
Expand Down

0 comments on commit 6b2b295

Please sign in to comment.