diff --git a/src/v/cloud_storage/remote_partition.cc b/src/v/cloud_storage/remote_partition.cc index 69263323ef4be..45425d33e796a 100644 --- a/src/v/cloud_storage/remote_partition.cc +++ b/src/v/cloud_storage/remote_partition.cc @@ -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; }