aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-16 14:30:49 +0200
committerpespin <pespin@sysmocom.de>2019-09-19 10:07:32 +0000
commita1f2b6931ba0e095f571f9715601adb6a819cb63 (patch)
tree7e70b9d547b7797f2c6527e8332b2fdb053248b4
parentb86e9260e8cabe34da36909e1491636d5f7c45a7 (diff)
bts-trx: Change super verbose IDLE ind not-supported line to DEBUG
It's impossible to see other logging otherwise. Change-Id: I64ee83b734ecff593ff2a1cf97b192db93228e22
-rw-r--r--src/osmo-bts-trx/trx_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 6c6d5ad9..166cfe6d 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -1007,7 +1007,7 @@ static int trx_data_read_cb(struct osmo_fd *ofd, unsigned int what)
* TDMA frames, and properly drive scheduler if nothing has been
* detected on non-IDLE channels. */
if (bi.flags & TRX_BI_F_NOPE_IND) {
- LOGPPHI(l1h->phy_inst, DTRX, LOGL_NOTICE,
+ LOGPPHI(l1h->phy_inst, DTRX, LOGL_DEBUG,
"IDLE / NOPE indications are not (yet) supported\n");
return -ENOTSUP;
}