aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2018-01-11 10:55:09 -0800
committerMartin Braun <martin.braun@ettus.com>2018-01-11 14:57:04 -0800
commit175cf1df5959cafd563873e540fd5e0e8efb61af (patch)
tree84a846d7bd8a425712da46ff1b2e2ef30925199c /host/lib/usrp/mpmd
parent536ea8549718e600132c409e58489959c450c8dd (diff)
downloaduhd-175cf1df5959cafd563873e540fd5e0e8efb61af.tar.gz
uhd-175cf1df5959cafd563873e540fd5e0e8efb61af.tar.bz2
uhd-175cf1df5959cafd563873e540fd5e0e8efb61af.zip
fixup! fpga load: adding MPMD image loader function
Diffstat (limited to 'host/lib/usrp/mpmd')
-rw-r--r--host/lib/usrp/mpmd/mpmd_image_loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_image_loader.cpp b/host/lib/usrp/mpmd/mpmd_image_loader.cpp
index e0b619cba..c25d9b8ce 100644
--- a/host/lib/usrp/mpmd/mpmd_image_loader.cpp
+++ b/host/lib/usrp/mpmd/mpmd_image_loader.cpp
@@ -120,7 +120,7 @@ static bool mpmd_image_loader(const image_loader::image_loader_args_t &image_loa
// Call RPC to update the component
tree->access<uhd::usrp::component_files_t>("/mboards/0/components/fpga").set(all_component_files);
- UHD_LOG_TRACE("MPMD IMAGE LOADER", "Update component function succeeded.");
+ UHD_LOG_INFO("MPMD IMAGE LOADER", "Update component function succeeded.");
return true;
}