Skip to content

Commit

Permalink
cloud_storage/async_manifest_view: log message fix
Browse files Browse the repository at this point in the history
(cherry picked from commit b7a7926)
  • Loading branch information
andijcr committed Jan 26, 2024
1 parent 399406b commit a28c731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v/cloud_storage/async_manifest_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ bool async_manifest_view_cursor::manifest_in_range(
auto lo = p.get().get_last_offset();
vlog(
_view._ctxlog.debug,
"Spill manifest range: [{}/{}], cursor range: [{}/{}]",
"STM manifest range: [{}/{}], cursor range: [{}/{}]",
so,
lo,
_begin,
Expand All @@ -261,7 +261,7 @@ bool async_manifest_view_cursor::manifest_in_range(
auto lo = m->manifest.get_last_offset();
vlog(
_view._ctxlog.debug,
"STM manifest range: [{}/{}], cursor range: [{}/{}]",
"Spill manifest range: [{}/{}], cursor range: [{}/{}]",
so,
lo,
_begin,
Expand Down

0 comments on commit a28c731

Please sign in to comment.