From bafb2a994391a6cef920868e5b252734ee57260f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 27 Mar 2018 09:49:13 -0700 Subject: fixup! rfnoc radio: Improve warning for too many samples requested --- host/lib/rfnoc/radio_ctrl_impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib/rfnoc') 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] = -- cgit v1.2.3