pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/31729 )
Change subject: tbf: Increase log level if polling requested in wrong TS
......................................................................
tbf: Increase log level if polling requested in wrong TS
Change-Id: I641bddcb4027ecc9cc1ec66d4d6b9b483c94c617
---
M src/tbf.cpp
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/29/31729/1
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 9e03089..9648c71 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -818,7 +818,7 @@
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");
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/31729
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I641bddcb4027ecc9cc1ec66d4d6b9b483c94c617
Gerrit-Change-Number: 31729
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange