enb,rrc_nr: fix wrong fmt formater

master
Andre Puschmann 3 years ago
parent 3cd2de1ffe
commit 2b1be3dbce

@ -183,7 +183,7 @@ void rrc_nr::rem_user(uint16_t rnti)
int rrc_nr::update_user(uint16_t new_rnti, uint16_t old_rnti) int rrc_nr::update_user(uint16_t new_rnti, uint16_t old_rnti)
{ {
if (new_rnti == old_rnti) { if (new_rnti == old_rnti) {
logger.error("rnti=0x%x received MAC CRNTI CE with same rnti"); logger.error("rnti=0x%x received MAC CRNTI CE with same rnti", new_rnti);
return SRSRAN_ERROR; return SRSRAN_ERROR;
} }

Loading…
Cancel
Save