diff options
Diffstat (limited to 'usrp/host/lib/inband/usrp_rx.cc')
-rw-r--r-- | usrp/host/lib/inband/usrp_rx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/inband/usrp_rx.cc b/usrp/host/lib/inband/usrp_rx.cc index 7344a6e89..caa2d7175 100644 --- a/usrp/host/lib/inband/usrp_rx.cc +++ b/usrp/host/lib/inband/usrp_rx.cc @@ -119,7 +119,7 @@ usrp_rx::read_and_respond(pmt_t data) return; } - if(underrun) + if(underrun && verbose && 0) std::cout << "[usrp_rx] Underrun\n"; d_cs->send(s_response_usrp_rx_read, |