aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-06-27 13:40:33 -0700
committerMartin Braun <martin.braun@ettus.com>2017-06-27 13:40:33 -0700
commitadfbd70dba7aafde9cb7b29756c00c2cf8044c64 (patch)
treeef8d450b8f9bef462243f4a889d3f61d5258dd8a /host/lib/usrp
parent5a0be9b1de7be7ba6c266dd742456a96e25373fc (diff)
parent8bf99c3b1ea5d2369727e77598f2b236faf87a3c (diff)
downloaduhd-adfbd70dba7aafde9cb7b29756c00c2cf8044c64.tar.gz
uhd-adfbd70dba7aafde9cb7b29756c00c2cf8044c64.tar.bz2
uhd-adfbd70dba7aafde9cb7b29756c00c2cf8044c64.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp')
-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 4b73ceac7..538eded79 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_LOGGER_INFO("E300") << "Detecting internal GPSDO ";
+ UHD_LOGGER_INFO("E300") << "Detecting internal GPS ";
try {
if (_xport_path == AXI)
_gps = gpsd_iface::make("localhost", 2947);