aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-06-27 13:39:03 -0700
committerMartin Braun <martin.braun@ettus.com>2017-06-27 13:39:03 -0700
commit8bf99c3b1ea5d2369727e77598f2b236faf87a3c (patch)
treecb704b72323de703e14564ac97bbc761fba12130
parentb31ead508622d0dc4109f9278680b705e0c496c5 (diff)
downloaduhd-8bf99c3b1ea5d2369727e77598f2b236faf87a3c.tar.gz
uhd-8bf99c3b1ea5d2369727e77598f2b236faf87a3c.tar.bz2
uhd-8bf99c3b1ea5d2369727e77598f2b236faf87a3c.zip
e310: Clarified log message re GPS
-rw-r--r--host/lib/usrp/e300/e300_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_impl.cpp b/host/lib/usrp/e300/e300_impl.cpp
index 84f50c67b..e8cfd7d54 100644
--- a/host/lib/usrp/e300/e300_impl.cpp
+++ b/host/lib/usrp/e300/e300_impl.cpp
@@ -405,7 +405,7 @@ e300_impl::e300_impl(const uhd::device_addr_t &device_addr)
_codec_mgr = ad936x_manager::make(_codec_ctrl, fpga::NUM_RADIOS);
#ifdef E300_GPSD
- UHD_MSG(status) << "Detecting internal GPSDO " << std::flush;
+ UHD_MSG(status) << "Detecting internal GPS " << std::flush;
try {
if (_xport_path == AXI)
_gps = gpsd_iface::make("localhost", 2947);