diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2017-04-06 11:53:48 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-04-07 14:54:03 -0700 |
commit | c1a8f73a008981ea4b0cc841474f20bc704be29d (patch) | |
tree | 8a13d1af27dd63c5dd755f9de889a5fdadd98470 /host/lib/usrp | |
parent | 543c8c40f1aab7e7c394af4e1195a722fa0a047e (diff) | |
download | uhd-c1a8f73a008981ea4b0cc841474f20bc704be29d.tar.gz uhd-c1a8f73a008981ea4b0cc841474f20bc704be29d.tar.bz2 uhd-c1a8f73a008981ea4b0cc841474f20bc704be29d.zip |
logging: remove unecessery newlines in log messages
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index ac08cf565..08865f9a6 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -438,7 +438,7 @@ void x300_impl::mboard_members_t::discover_eth( 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 " - "using the usrp_burn_mb_eeprom utility.\n") % mb_eeprom[key]); + "using the usrp_burn_mb_eeprom utility.") % mb_eeprom[key]); } mb_eeprom_addrs.push_back(mb_eeprom[key]); } |