aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-03-27 09:49:13 -0700
committerMartin Braun <martin.braun@ettus.com>2018-03-27 16:19:30 -0700
commitbafb2a994391a6cef920868e5b252734ee57260f (patch)
tree50ec8edd013973e8cb3b29c9985f4c262802eddc /host/lib
parent632dc63810dae60e89f0e6f1d3149a05733c6116 (diff)
downloaduhd-bafb2a994391a6cef920868e5b252734ee57260f.tar.gz
uhd-bafb2a994391a6cef920868e5b252734ee57260f.tar.bz2
uhd-bafb2a994391a6cef920868e5b252734ee57260f.zip
fixup! rfnoc radio: Improve warning for too many samples requested
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/rfnoc/radio_ctrl_impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/rfnoc/radio_ctrl_impl.cpp b/host/lib/rfnoc/radio_ctrl_impl.cpp
index 643a6e745..5347150ba 100644
--- a/host/lib/rfnoc/radio_ctrl_impl.cpp
+++ b/host/lib/rfnoc/radio_ctrl_impl.cpp
@@ -368,7 +368,8 @@ void radio_ctrl_impl::issue_stream_cmd(
"is " + std::to_string(max_num_samps) + ".");
UHD_LOG_INFO("RFNOC RADIO",
"Note that a decimation block will increase the number of samples "
- "per burst. Your application may have requested fewer samples.");
+ "per burst by the decimation factor. Your application may have "
+ "requested fewer samples.");
throw uhd::value_error("Requested too many samples in a single burst.");
}
_continuous_streaming[chan] =