aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp
index e4ea372b3..7f184f203 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -720,7 +720,7 @@ b200_impl::b200_impl(const uhd::device_addr_t& device_addr, usb_device_handle::s
if (_gps and _gps->gps_detected()) {
const int freq = _gps->gps_refclock_frequency();
if (not _adf4001_iface->set_refclk_frequency(freq)) {
- throw uhd::value_error("Could not set refclk frequency to " + std::to_string(freq));
+ throw uhd::value_error("Could not set refclk frequency");
}
}