pespin submitted this change.
tbf: Increase log level if polling requested in wrong TS
Change-Id: I641bddcb4027ecc9cc1ec66d4d6b9b483c94c617
---
M src/tbf.cpp
1 file changed, 10 insertions(+), 1 deletion(-)
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 change 31729. To unsubscribe, or for help writing mail filters, visit settings.