pespin has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved




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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to