diff options
author | Philip Balister <philip@opensdr.com> | 2010-10-14 21:42:10 -0400 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-10-14 21:42:10 -0400 |
commit | 6b203950d9583ab882628311402e26cf40838aa0 (patch) | |
tree | 1ebc8dacb9d4fcea2862a0e3467cb3fac22f3bcd /host | |
parent | 9348c2764dbbdf01e34a3ec7b5c8e74964b355e0 (diff) | |
download | uhd-6b203950d9583ab882628311402e26cf40838aa0.tar.gz uhd-6b203950d9583ab882628311402e26cf40838aa0.tar.bz2 uhd-6b203950d9583ab882628311402e26cf40838aa0.zip |
usrp_e: Disable debug.
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_mmap_zero_copy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_mmap_zero_copy.cpp b/host/lib/usrp/usrp_e/usrp_e_mmap_zero_copy.cpp index bc18c490b..274bb043e 100644 --- a/host/lib/usrp/usrp_e/usrp_e_mmap_zero_copy.cpp +++ b/host/lib/usrp/usrp_e/usrp_e_mmap_zero_copy.cpp @@ -29,8 +29,8 @@ using namespace uhd; using namespace uhd::transport; -static const bool fp_verbose = true; //fast-path verbose -static const bool sp_verbose = true; //slow-path verbose +static const bool fp_verbose = false; //fast-path verbose +static const bool sp_verbose = false; //slow-path verbose static const size_t poll_breakout = 10; //how many poll timeouts constitute a full timeout /*********************************************************************** |