From ea418a8507a363633541aa7554a030b56a476d85 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 19 Jul 2013 15:57:23 -0700 Subject: uhd: remove warning on stream cmd to unused channels Basically, many apps issue stream cmds by broadcasting the cmd to all channels. This warning is going to appear many times for most apps becasue of this. Since nothing is really harmed, its nicer to not see it and confuse users. --- host/lib/usrp/cores/rx_vita_core_3000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/cores') diff --git a/host/lib/usrp/cores/rx_vita_core_3000.cpp b/host/lib/usrp/cores/rx_vita_core_3000.cpp index d6c3250a5..aad137ea3 100644 --- a/host/lib/usrp/cores/rx_vita_core_3000.cpp +++ b/host/lib/usrp/cores/rx_vita_core_3000.cpp @@ -77,7 +77,7 @@ struct rx_vita_core_3000_impl : rx_vita_core_3000 { if (not _is_setup) { - UHD_MSG(warning) << "rx vita core 3000 issue stream command - not setup yet!"; + //UHD_MSG(warning) << "rx vita core 3000 issue stream command - not setup yet!"; return; } UHD_ASSERT_THROW(stream_cmd.num_samps <= 0x0fffffff); -- cgit v1.2.3