ul_harq_nr,ue: fix format print

This commit is contained in:
Andre Puschmann 2022-04-19 13:29:18 +02:00
parent 07cb60e3f9
commit 2313365a41
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ void ul_harq_entity_nr::ul_harq_process_nr::new_grant_ul(const mac_interface_phy
// retransmission
if (harq_buffer == nullptr) {
// ignore the UL grant
logger.info("UL %d: HARQ buffer empty. Ignoring grant.");
logger.info("UL %d: HARQ buffer empty. Ignoring grant.", pid);
return;
}