From 805da3ef3d5b04dfa39587c531a3415b09d2ea5b Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 4 May 2011 19:13:33 -0700 Subject: usrp-e100: removed stdio prints from implementation --- host/lib/device.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/device.cpp') diff --git a/host/lib/device.cpp b/host/lib/device.cpp index b2b0238d2..84b4d5452 100644 --- a/host/lib/device.cpp +++ b/host/lib/device.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -26,7 +27,6 @@ #include #include #include -#include using namespace uhd; @@ -87,7 +87,7 @@ device_addrs_t device::find(const device_addr_t &hint){ ); } catch(const std::exception &e){ - std::cerr << "Device discovery error: " << e.what() << std::endl; + UHD_MSG(error) << "Device discovery error: " << e.what() << std::endl; } } -- cgit v1.2.3