Skip to content

Commit

Permalink
Merge pull request #15025 from dotnwat/backport-logging-fix
Browse files Browse the repository at this point in the history
storage: fix variable name typo in gc logging statement
  • Loading branch information
dotnwat committed Nov 20, 2023
2 parents c9d2968 + de83e2d commit 2a3781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/storage/disk_log_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ ss::future<std::optional<model::offset>> disk_log_impl::do_gc(gc_config cfg) {
"[{}] applying 'deletion' log cleanup with remote retention override "
"offset {} and config {}",
config().ntp(),
_cloud_gc_offset,
offset,
cfg);

co_return co_await request_eviction_until_offset(offset);
Expand Down

0 comments on commit 2a3781a

Please sign in to comment.