tbf: Fix wrong variable printed in log

Change-Id: Iad99e48fcb7488daed40a5095c5dcdc02def00c5
This commit is contained in:
Pau Espin 2021-03-09 17:05:21 +01:00 committed by laforge
parent df58ddf6d8
commit 4f2c8cd96a
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ void gprs_rlcmac_tbf::set_polling(uint32_t new_poll_fn, uint8_t ts, enum gprs_rl
if ((state_flags & (1 << (GPRS_RLCMAC_FLAG_PACCH))) && (state_flags & (1 << (GPRS_RLCMAC_FLAG_CCCH))))
LOGPTBFDL(this, LOGL_ERROR,
"Attempt to schedule polling on %s (FN=%d, TS=%d) with both CCCH and PACCH flags set - FIXME!\n",
chan, poll_fn, poll_ts);
chan, new_poll_fn, ts);
/* schedule polling */
poll_state = GPRS_RLCMAC_POLL_SCHED;