From b1a9a77727246837cb3a241341e4160917948fc2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 May 2019 21:36:05 +0200 Subject: rsl: MS POWER COCNTROL isn't (only) about "forcing" power levels ...so let's have a more neutral error message Change-Id: I1ffa336b18347c2fcedfeb398b255dc517245d7a --- src/common/rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') 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)) -- cgit v1.2.3