summaryrefslogtreecommitdiff
path: root/util_tx_test/src/util_tx_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'util_tx_test/src/util_tx_test.c')
-rw-r--r--util_tx_test/src/util_tx_test.c2
1 files changed, 1 insertions, 1 deletions
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);
}