pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/15653


Change subject: scheduler.c: Move some message log level to DEBUG
......................................................................

scheduler.c: Move some message log level to DEBUG

Otherwise using "logging level set-all info" makes it impossible to see
anything in VTY due to tons of those two lines appearing.

Change-Id: I9c7500c1e56db0c4dcb474f93c882a9c7c004d55
---
M src/common/scheduler.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/53/15653/1

diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 95a1b00..1c002fa 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -776,7 +776,7 @@
        uint8_t tn = l1sap->u.data.chan_nr & 7;
        struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, tn);

-       LOGL1S(DL1P, LOGL_INFO, l1t, tn, -1, l1sap->u.data.fn,
+       LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, -1, l1sap->u.data.fn,
                "PH-DATA.req: chan_nr=0x%02x link_id=0x%02x\n",
                l1sap->u.data.chan_nr, l1sap->u.data.link_id);

@@ -839,7 +839,7 @@
                return -ENODEV;
        }

-       LOGL1S(DL1P, LOGL_INFO, l1t, tn, chan, fn,
+       LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, chan, fn,
                "PH-RTS.ind: chan_nr=0x%02x link_id=0x%02x\n", chan_nr, 
link_id);

        /* generate prim */

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15653
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I9c7500c1e56db0c4dcb474f93c882a9c7c004d55
Gerrit-Change-Number: 15653
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to