aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-07-08 14:58:55 +0700
committerlaforge <laforge@osmocom.org>2020-07-09 10:43:33 +0000
commit3daccb151f910c9ed5ff30d48fd68fd93a2e891f (patch)
tree5d50bf55a324194be913d6e54794f1e2cf9845e9 /src/common/l1sap.c
parent9b47b27d4f388c417df10047edb79076c31bea69 (diff)
l1sap: do not print redundant info in l1sap_chan_act()
LOGPLCHAN() prepends the BTS/TRX/TS numbers itself. Change-Id: I8a1dd7da7098fe8c8a015459608d9134821fb322
Diffstat (limited to 'src/common/l1sap.c')
-rw-r--r--src/common/l1sap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 17a6c5d4..e05ec78b 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1729,8 +1729,7 @@ int l1sap_chan_act(struct gsm_bts_trx *trx, uint8_t chan_nr, struct tlv_parsed *
struct gsm48_chan_desc *cd;
int rc;
- LOGPLCHAN(lchan, DL1C, LOGL_INFO, "activating channel chan_nr=%s trx=%d\n",
- rsl_chan_nr_str(chan_nr), trx->nr);
+ LOGPLCHAN(lchan, DL1C, LOGL_INFO, "activating channel %s\n", rsl_chan_nr_str(chan_nr));
/* osmo-pcu calls this without a valid 'tp' parameter, so we
* need to make sure ew don't crash here */