aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp4
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;