From 90e5f511f0e367956876d23448625df4565daa40 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Fri, 29 Jan 2021 16:55:03 -0600 Subject: Added message showing pa, mix, dac and dig if any are set --- util_tx_test/src/util_tx_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util_tx_test/src/util_tx_test.c b/util_tx_test/src/util_tx_test.c index f217d16..c659c92 100644 --- a/util_tx_test/src/util_tx_test.c +++ b/util_tx_test/src/util_tx_test.c @@ -619,7 +619,7 @@ int main(int argc, char **argv) } }; lgw_txgain_setconf(&txgain_lut_forced); - MSG("settings forced dig_gain%d pa_gain%d dac_gain%d mix_gain%d", dig_gain, pa_gain, dac_gain, mix_gain); + MSG("Using forced tx gain lut: dig_gain: %d pa_gain: %d dac_gain: %d mix_gain: %d\n", dig_gain, pa_gain, dac_gain, mix_gain); } else { lgw_txgain_setconf(&txgain_lut); } -- cgit v1.2.3