diff --git a/Transceiver52M/device/usrp1/USRPDevice.cpp b/Transceiver52M/device/usrp1/USRPDevice.cpp index a8f16389..2343fb63 100644 --- a/Transceiver52M/device/usrp1/USRPDevice.cpp +++ b/Transceiver52M/device/usrp1/USRPDevice.cpp @@ -606,7 +606,7 @@ bool USRPDevice::setTxFreq(double wFreq, size_t chan) return true; } else { - LOGC(DDEV, ALERT) << "set TX: " << wFreq << "failed" << std::endl + LOGC(DDEV, ALERT) << "set TX: " << wFreq << " failed" << std::endl << " baseband freq: " << result.baseband_freq << std::endl << " DDC freq: " << result.dxc_freq << std::endl << " residual freq: " << result.residual_freq; @@ -631,7 +631,7 @@ bool USRPDevice::setRxFreq(double wFreq, size_t chan) return true; } else { - LOGC(DDEV, ALERT) << "set RX: " << wFreq << "failed" << std::endl + LOGC(DDEV, ALERT) << "set RX: " << wFreq << " failed" << std::endl << " baseband freq: " << result.baseband_freq << std::endl << " DDC freq: " << result.dxc_freq << std::endl << " residual freq: " << result.residual_freq;