From 01d90259772520e555de4eacedd33aeebf51fa45 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Tue, 9 Oct 2012 15:03:54 -0700 Subject: utils: USRP N2XX Simple Net Burner * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories --- host/lib/utils/images.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/utils/images.cpp') diff --git a/host/lib/utils/images.cpp b/host/lib/utils/images.cpp index 654e31179..251cadeaa 100644 --- a/host/lib/utils/images.cpp +++ b/host/lib/utils/images.cpp @@ -38,7 +38,7 @@ std::string uhd::find_image_path(const std::string &image_name){ fs::path image_path = path / image_name; if (fs::exists(image_path)) return image_path.string(); } - throw uhd::io_error("Could not find path for image: " + image_name); + throw uhd::io_error("Could not find path for image: " + image_name + "\n\n" + uhd::print_images_error()); } std::string uhd::find_images_downloader(void){ -- cgit v1.2.3