summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-08-31 18:01:36 -0700
committerNick Foster <nick@nerdnetworks.org>2010-08-31 18:01:36 -0700
commitce3a95dbefa8528354301529eeb30957412d9b9f (patch)
tree58f024231e96ca03d64e4431beda21c4ced8123e /host/lib
parent4c7a66cfa0b84955fcd34b0e356c1141b21a7e17 (diff)
downloaduhd-ce3a95dbefa8528354301529eeb30957412d9b9f.tar.gz
uhd-ce3a95dbefa8528354301529eeb30957412d9b9f.tar.bz2
uhd-ce3a95dbefa8528354301529eeb30957412d9b9f.zip
Removed USRP1 firmware path debug messages
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index a18b697fb..a6806dbc3 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -69,7 +69,7 @@ static device_addrs_t usrp1_find(const device_addr_t &hint)
);
return usrp1_addrs;
}
- std::cout << "USRP1 firmware image: " << usrp1_fw_image << std::endl;
+ //std::cout << "USRP1 firmware image: " << usrp1_fw_image << std::endl;
boost::uint16_t vid = hint.has_key("uninit") ? FX2_VENDOR_ID : USRP1_VENDOR_ID;
boost::uint16_t pid = hint.has_key("uninit") ? FX2_PRODUCT_ID : USRP1_PRODUCT_ID;
@@ -111,7 +111,7 @@ static device::sptr usrp1_make(const device_addr_t &device_addr)
std::string usrp1_fpga_image = find_image_path(
device_addr.has_key("fpga")? device_addr["fpga"] : "usrp1_fpga.rbf"
);
- std::cout << "USRP1 FPGA image: " << usrp1_fpga_image << std::endl;
+ //std::cout << "USRP1 FPGA image: " << usrp1_fpga_image << std::endl;
//try to match the given device address with something on the USB bus
std::vector<usb_device_handle::sptr> device_list =