Skip to content

Commit

Permalink
cloud_storage: fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Anyusheva committed Jul 28, 2022
1 parent f4f165d commit 4d1d202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/v/cloud_storage/remote_partition.cc
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,10 @@ remote_partition::aborted_transactions(offset_range offsets) {
"found {} aborted transactions for {}-{} offset range ({}-{} before "
"offset translaction)",
result.size(),
offsets.begin_rp,
offsets.begin,
offsets.end_rp,
offsets.end);
offsets.end,
offsets.begin_rp,
offsets.end_rp);
co_return result;
}

Expand Down

0 comments on commit 4d1d202

Please sign in to comment.