Skip to content

Commit c5cfd9c

Browse files
committed
sched: fix log msg in update_harq_pucch_counter
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent 7864b14 commit c5cfd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scheduler/ue_scheduling/ue_scheduler_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void ue_scheduler_impl::update_harq_pucch_counter(cell_resource_allocator& cell_
8989
dl_harq_process* h_dl = user->get_pcell().harqs.find_dl_harq_waiting_ack_slot(slot_alloc.slot, harq_bit_idx);
9090
if (h_dl == nullptr) {
9191
logger.warning(
92-
"ue={} rnti={}: No DL HARQ process with state waiting-for-ack found at slot={} for harq-bit-index",
92+
"ue={} rnti={}: No DL HARQ process with state waiting-for-ack found at slot={} for harq-bit-index={}",
9393
user->ue_index,
9494
user->crnti,
9595
slot_alloc.slot,

0 commit comments

Comments
 (0)