From 8bb176fdcb4ca46f742b66a883b4e212d5464077 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 7 Mar 2023 17:08:35 +0100 Subject: [PATCH] tbf: Increase log level if polling requested in wrong TS Change-Id: I641bddcb4027ecc9cc1ec66d4d6b9b483c94c617 --- src/tbf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbf.cpp b/src/tbf.cpp index 9e030890..9648c710 100644 --- a/src/tbf.cpp +++ b/src/tbf.cpp @@ -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");