diff options
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_image_loader.cpp | 2 |
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; } |