]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/pg: fix wrong debug logs 60438/head
authorXuehan Xu <xuxuehan@qianxin.com>
Sat, 26 Oct 2024 09:35:32 +0000 (17:35 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Mon, 28 Oct 2024 13:19:44 +0000 (21:19 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/pg.cc

index ff79c31ce6144a606df56821e7edba45ceb9d43d..c8c4ad25e54cf4ce28331309697d0c90276f2bab 100644 (file)
@@ -1628,7 +1628,8 @@ bool PG::should_send_op(
     logger().debug("{} issue_repop shipping empty opt to osd."
                    "{}, object {} beyond std::max(last_backfill_started, "
                    "peer_info[peer].last_backfill {})",
-                   peer, hoid, peering_state.get_peer_info(peer).last_backfill);
+                   __func__, peer, hoid,
+                   peering_state.get_peer_info(peer).last_backfill);
   }
   return should_send;
   // TODO: should consider async recovery cases in the future which are not supported