aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2017-02-27 14:23:56 -0800
committerMartin Braun <martin.braun@ettus.com>2018-03-07 16:16:42 -0800
commit3645139e7d51d92f4bfe4148eefad2c22b40147a (patch)
treedbd72ebe0c79e4c16283d380cf5232a69dc2fbe6 /host/lib/usrp/x300
parentcaf3cb87d22c4ba1920b3b5d8a753f7a29b4b6db (diff)
downloaduhd-3645139e7d51d92f4bfe4148eefad2c22b40147a.tar.gz
uhd-3645139e7d51d92f4bfe4148eefad2c22b40147a.tar.bz2
uhd-3645139e7d51d92f4bfe4148eefad2c22b40147a.zip
uhd: Fix some log statements
Some log statements were incorrectly using multi-line log statements.
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp6
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(