diff options
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 61b65eec0..97c8c0682 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -443,7 +443,7 @@ void x300_impl::mboard_members_t::discover_eth( if (std::find(mb_eeprom_addrs.begin(), mb_eeprom_addrs.end(), mb_eeprom[key]) != mb_eeprom_addrs.end()) { UHD_LOGGER_WARNING("X300") << str(boost::format( "Duplicate IP address %s found in mboard EEPROM. " - "Device may not function properly.\nView and reprogram the values " + "Device may not function properly. View and reprogram the values " "using the usrp_burn_mb_eeprom utility.") % mb_eeprom[key]); } mb_eeprom_addrs.push_back(mb_eeprom[key]); @@ -473,8 +473,8 @@ void x300_impl::mboard_members_t::discover_eth( if (conn_iface.type == X300_IFACE_NONE) { UHD_LOGGER_WARNING("X300") << str(boost::format( "Address %s not found in mboard EEPROM. Address may be wrong or " - "the EEPROM may be corrupt.\n Attempting to continue with default " - "IP addresses.\n") % conn_iface.addr + "the EEPROM may be corrupt. Attempting to continue with default " + "IP addresses.") % conn_iface.addr ); if (addr == boost::asio::ip::address_v4( |