aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-09-03 13:50:56 -0700
committerMartin Braun <martin.braun@ettus.com>2015-09-03 13:50:56 -0700
commitbea7b1367336457bb3517d59132d91c752b6a765 (patch)
treee7552dcb6388eda1f6f9c36815b0d277622e7f9d /host/lib
parent6bcb98f16d4273624956844e23064db7c1f89d5c (diff)
parentfa8667bf395b563b70bea0492b5deced3d85f968 (diff)
downloaduhd-bea7b1367336457bb3517d59132d91c752b6a765.tar.gz
uhd-bea7b1367336457bb3517d59132d91c752b6a765.tar.bz2
uhd-bea7b1367336457bb3517d59132d91c752b6a765.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp
index 12baa1c14..19b01caaf 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -259,7 +259,7 @@ static device::sptr b200_make(const device_addr_t &device_addr)
return device::sptr(new b200_impl(device_addr, handle));
}
catch (const uhd::usb_error &) {
- UHD_MSG(status) << "Detected bad USB state; resetting." << std::flush;
+ UHD_MSG(status) << "Detected bad USB state; resetting." << std::endl;
libusb::device_handle::sptr dev_handle(libusb::device_handle::get_cached_handle(
boost::static_pointer_cast<libusb::special_handle>(handle)->get_device()
));