I needed that a while back, too. Here is the patch I used:

https://github.com/skoslowski/gnuradio/commit/453a13a6a74cee5c0ca3973d08770940daef87eb

With that applied you can do:
   
    from gnuradio import uhd
    uhd.register_msg_handler(uhd.null_msg_handler)

Should disable all output from (gr-)uhd.

Sebastian


On 05/12/2016 05:44 AM, Tim K wrote:
> It may be nice to have this as an option to disable, in case the user
> wants to reserve stderr for their own purposes.
>
> On Wed, May 11, 2016 at 9:28 PM, Marcus D. Leech <mle...@ripnet.com
> <mailto:mle...@ripnet.com>> wrote:
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to