]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PrimaryLogPG: cosmetic fix for long debug line
authorSamuel Just <sjust@redhat.com>
Thu, 28 Mar 2024 02:23:19 +0000 (19:23 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 18 Oct 2024 20:33:56 +0000 (20:33 +0000)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/PrimaryLogPG.cc

index 2f2ae4a22dbe18d700cc362432c5ffa7b8fb2cb3..4ee81ccab144049030b271bc20f3de8d96f69c32 100644 (file)
@@ -12651,7 +12651,8 @@ void PrimaryLogPG::do_update_log_missing(OpRequestRef &op)
     op_roll_forward_to = m->pg_roll_forward_to;
 
   dout(20) << __func__
-          << " op_trim_to = " << op_trim_to << " op_roll_forward_to = " << op_roll_forward_to << dendl;
+          << " op_trim_to = " << op_trim_to << " op_roll_forward_to = "
+          << op_roll_forward_to << dendl;
 
   recovery_state.append_log_entries_update_missing(
     m->entries, t, op_trim_to, op_roll_forward_to);