diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_radio_control.cpp')
-rw-r--r-- | host/lib/usrp/x300/x300_radio_control.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/host/lib/usrp/x300/x300_radio_control.cpp b/host/lib/usrp/x300/x300_radio_control.cpp index 54f03fc6c..949650906 100644 --- a/host/lib/usrp/x300/x300_radio_control.cpp +++ b/host/lib/usrp/x300/x300_radio_control.cpp @@ -874,7 +874,8 @@ public: if (get_tree()->exists(iq_balance_path)) { get_tree()->access<bool>(iq_balance_path).set(enb); } else { - RFNOC_LOG_WARNING("Setting RX IQ Balance is not possible on this device."); + RFNOC_LOG_WARNING( + "Setting automatic RX IQ Balance is not possible on this device."); } } @@ -884,7 +885,8 @@ public: if (get_tree()->exists(iq_balance_path)) { get_tree()->access<std::complex<double>>(iq_balance_path).set(correction); } else { - RFNOC_LOG_WARNING("Setting RX IQ Balance is not possible on this device."); + RFNOC_LOG_WARNING( + "Setting manual RX IQ Balance is not possible on this device."); } } |