diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-09-11 09:51:22 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-09-11 09:51:22 -0700 |
commit | 06788b88c8a1d485aa8bdff836e5b62731674448 (patch) | |
tree | 984bb6024b167b28f063fe9fed4c6f2e30a817f7 /host/lib/usrp/b200/b200_impl.cpp | |
parent | 6fc33b501ae53eff4fac8dcfa00445c72ce8747c (diff) | |
download | uhd-06788b88c8a1d485aa8bdff836e5b62731674448.tar.gz uhd-06788b88c8a1d485aa8bdff836e5b62731674448.tar.bz2 uhd-06788b88c8a1d485aa8bdff836e5b62731674448.zip |
b200: when images aren't found, prompt user to use images downloader
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.cpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index 1ac5c55fa..0da388b93 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -88,8 +88,8 @@ static device_addrs_t b200_find(const device_addr_t &hint) catch(...){ UHD_MSG(warning) << boost::format( "Could not locate B200 firmware.\n" - "Please install the images package.\n" - ); + "Please install the images package. %s\n" + ) % print_images_error(); return b200_addrs; } UHD_LOG << "the firmware image: " << b200_fw_image << std::endl; |