tbf: Increase log level if polling requested in wrong TS

Change-Id: I641bddcb4027ecc9cc1ec66d4d6b9b483c94c617
This commit is contained in:
Pau Espin 2023-03-07 17:08:35 +01:00
parent 2353ed403f
commit 8bb176fdcb
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ int tbf_check_polling(const struct gprs_rlcmac_tbf *tbf, const struct gprs_rlcma
if (!tbf_is_control_ts(tbf, pdch)) {
char buf[128];
LOGPTBF(tbf, LOGL_DEBUG, "Polling cannot be "
LOGPTBF(tbf, LOGL_NOTICE, "Polling cannot be "
"scheduled in this TS %s (control TS %s)\n",
pdch_name(pdch),
tbf->control_ts ? pdch_name_buf(tbf->control_ts, buf, sizeof(buf)) : "none");