diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-13 20:56:16 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-13 20:56:16 +0100 |
commit | 8b57d850d651c04d1c36cffce81f30b596754c84 (patch) | |
tree | a86f74dbbfc717462b3f58e309df4e820da7830c /host/lib/usrp | |
parent | 1bb2525e77284f5387325d5a34934518c1833731 (diff) | |
download | uhd-8b57d850d651c04d1c36cffce81f30b596754c84.tar.gz uhd-8b57d850d651c04d1c36cffce81f30b596754c84.tar.bz2 uhd-8b57d850d651c04d1c36cffce81f30b596754c84.zip |
e100: disable debug prints in io impl
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/usrp_e100/io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/io_impl.cpp b/host/lib/usrp/usrp_e100/io_impl.cpp index d85beca8b..4364f131f 100644 --- a/host/lib/usrp/usrp_e100/io_impl.cpp +++ b/host/lib/usrp/usrp_e100/io_impl.cpp @@ -43,7 +43,7 @@ static const int underflow_flags = async_metadata_t::EVENT_CODE_UNDERFLOW | asyn /*********************************************************************** * Helpers **********************************************************************/ -#if 0 +#if 1 # define debug_print_buff(...) #else static void debug_print_buff(const std::string &what, managed_recv_buffer::sptr buff){ |