rlc_am_lte: fix wrong fmt string

This commit is contained in:
Andre Puschmann 2022-01-19 12:26:18 +01:00
parent c9beba6f36
commit aaceb029eb
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ void rlc_am_lte_rx::handle_data_pdu_segment(uint8_t* payload, uint32_t nof_bytes
// Check inside rx window
if (!inside_rx_window(header.sn)) {
if (header.p) {
logger.info("%s Status packet requested through polling bit");
logger.info("Status packet requested through polling bit");
do_status = true;
}
logger.info("SN=%d outside rx window [%d:%d] - discarding", header.sn, vr_r, vr_mr);