aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-06-23 11:05:41 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-23 10:00:41 -0500
commitf198c3d6e3b782a358c01cb7c1451c0a7e4dfd10 (patch)
tree2b1e860d1c1de7e8349fdd9336102a476dc51e26 /host/lib/usrp
parent0c5c2e39f9227825a4cd83a0df4efff25275e556 (diff)
downloaduhd-f198c3d6e3b782a358c01cb7c1451c0a7e4dfd10.tar.gz
uhd-f198c3d6e3b782a358c01cb7c1451c0a7e4dfd10.tar.bz2
uhd-f198c3d6e3b782a358c01cb7c1451c0a7e4dfd10.zip
fixup! zbx: Fix clang compiler warnings
The TRACE message is repeated in the zbx_lo_ctrl object and is thus not worth carrying the _chan and _trx attributes.
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/dboard/zbx/zbx_expert.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/dboard/zbx/zbx_expert.cpp b/host/lib/usrp/dboard/zbx/zbx_expert.cpp
index 79e13e230..ae39814ff 100644
--- a/host/lib/usrp/dboard/zbx/zbx_expert.cpp
+++ b/host/lib/usrp/dboard/zbx/zbx_expert.cpp
@@ -253,10 +253,6 @@ void zbx_lo_expert::resolve()
const double clipped_lo_freq = std::max(
LMX2572_MIN_FREQ, std::min(_desired_lo_frequency.get(), LMX2572_MAX_FREQ));
_coerced_lo_frequency = _lo_ctrl->set_lo_freq(clipped_lo_freq);
- UHD_LOG_TRACE(get_name(),
- "Requested " << _get_trx_string(_trx) << _chan << " frequency "
- << (_desired_lo_frequency / 1e6) << "MHz was coerced to "
- << (_coerced_lo_frequency / 1e6) << "MHz");
}
}