Skip to content

Commit 2a379da

Browse files
authored
Merge pull request ceph#59495 from zhscn/fix-fmt-missing-arg
crimson/osd/pg: fix missing priority argument Reviewed-by: Xuehan Xu <[email protected]> Reviewed-by: Matan Breizman <[email protected]>
2 parents 2b32ce6 + cd7067a commit 2a379da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/pg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class PG : public boost::intrusive_ref_counter<
264264
LOG_PREFIX(PG::request_local_background_io_reservation);
265265
SUBDEBUGDPP(
266266
osd, "priority {} on_grant {} on_preempt {}",
267-
*this, on_grant->get_desc(), on_preempt->get_desc());
267+
*this, priority, on_grant->get_desc(), on_preempt->get_desc());
268268
shard_services.local_request_reservation(
269269
orderer,
270270
pgid,

0 commit comments

Comments
 (0)