Skip to content

Commit cd7067a

Browse files
committed
crimson/osd/pg: fix missing priority argument
Signed-off-by: Zhang Song <[email protected]>
1 parent 03a688f commit cd7067a

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)