Skip to content

Commit 314c153

Browse files
committed
crimson/osd/pg: fix wrong debug logs
Signed-off-by: Xuehan Xu <[email protected]>
1 parent 63b9de4 commit 314c153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/crimson/osd/pg.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,8 @@ bool PG::should_send_op(
16281628
logger().debug("{} issue_repop shipping empty opt to osd."
16291629
"{}, object {} beyond std::max(last_backfill_started, "
16301630
"peer_info[peer].last_backfill {})",
1631-
peer, hoid, peering_state.get_peer_info(peer).last_backfill);
1631+
__func__, peer, hoid,
1632+
peering_state.get_peer_info(peer).last_backfill);
16321633
}
16331634
return should_send;
16341635
// TODO: should consider async recovery cases in the future which are not supported

0 commit comments

Comments
 (0)