aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-23 21:36:05 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-24 11:03:37 +0200
commitb1a9a77727246837cb3a241341e4160917948fc2 (patch)
tree14b65c44c01810cac5b062d6fab8e0b40007314d /src/common/rsl.c
parent839b0f264f1e20ebf41a232808438ffba972be65 (diff)
rsl: MS POWER COCNTROL isn't (only) about "forcing" power levels
...so let's have a more neutral error message Change-Id: I1ffa336b18347c2fcedfeb398b255dc517245d7a
Diffstat (limited to 'src/common/rsl.c')
-rw-r--r--src/common/rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 25ed279a..cc653ce2 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1568,7 +1568,7 @@ static int rsl_rx_ms_pwr_ctrl(struct msgb *msg)
pwr = *TLVP_VAL(&tp, RSL_IE_MS_POWER) & 0x1F;
lchan->ms_power_ctrl.current = pwr;
- LOGPLCHAN(lchan, DRSL, LOGL_NOTICE, "forcing power to %d\n", lchan->ms_power_ctrl.current);
+ LOGPLCHAN(lchan, DRSL, LOGL_NOTICE, "Rx MS POWER CONTROL %d\n", lchan->ms_power_ctrl.current);
/* 9.3.31 MS Power Parameters (O) */
if (TLVP_PRESENT(&tp, RSL_IE_MS_POWER_PARAM))